diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 371972d..d8d2e02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,12 +46,4 @@ jobs: run: bun run test - name: Build - run: bun run build - - - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 - with: - file: ./coverage/lcov.info - flags: unittests - name: codecov-umbrella - fail_ci_if_error: false + run: bun run build \ No newline at end of file