Skip to content

Commit

Permalink
Turning back on codecov upload, but don't fail ci if upload fails (#1425
Browse files Browse the repository at this point in the history
)
  • Loading branch information
slundqui authored Apr 19, 2024
1 parent f9a0a6b commit d08b7a5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ jobs:
coverage xml -i
coverage html -i
#- name: upload coverage report to Codecov
# uses: codecov/codecov-action@v4
# with:
# flags: unittests
# fail_ci_if_error: true
# # A warning is thrown here unnecessarily. tracking issue here:
# # https://github.com/github/vscode-github-actions/issues/222
# token: ${{ secrets.CODECOV_TOKEN }}
- name: upload coverage report to Codecov
uses: codecov/codecov-action@v4
with:
flags: unittests
fail_ci_if_error: false
# A warning is thrown here unnecessarily. tracking issue here:
# https://github.com/github/vscode-github-actions/issues/222
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit d08b7a5

Please sign in to comment.