Refactor CI workflow by removing Codecov upload step while retaining build command for improved clarity and efficiency.

This commit is contained in:
Luke Hagar
2025-09-26 18:10:25 +00:00
parent 184a99a382
commit 8e7807e7af

View File

@@ -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