Skip to content

Commit

Permalink
test: Always gather code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
VMelnalksnis committed Feb 19, 2024
1 parent 03208b0 commit b7337ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:

- name: Gather Code Coverage
uses: codecov/[email protected]
if: always()
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
Expand Down

0 comments on commit b7337ec

Please sign in to comment.