Skip to content

Commit

Permalink
ci: only publish coverage on success
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Jan 5, 2023
1 parent 0212f1b commit d1aca20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,5 @@ jobs:

- name: Codecov
uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # v3.1.1
if: always() && matrix.os == 'ubuntu-latest'
with:
files: '*.cobertura.xml'

0 comments on commit d1aca20

Please sign in to comment.