Skip to content

Commit

Permalink
Disable coverage upload.
Browse files Browse the repository at this point in the history
This is only worked from the branch enabling it, not from main after a
merge.
  • Loading branch information
davidlehn committed Nov 13, 2023
1 parent 5f2a5cc commit 674d5c1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
- run: npm install
- name: Generate coverage report
run: npm run coverage-ci
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
file: ./coverage/lcov.info
fail_ci_if_error: true
# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v3
# with:
# file: ./coverage/lcov.info
# fail_ci_if_error: true

0 comments on commit 674d5c1

Please sign in to comment.