Skip to content

Commit

Permalink
ci: recreate coverage report on push
Browse files Browse the repository at this point in the history
This keeps the report in focus for PRs with longer discussion and
repeated pushes.

Signed-off-by: Paul Meyer <[email protected]>
  • Loading branch information
katexochen committed Sep 26, 2023
1 parent 36467bf commit f5ddcf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
with:
header: coverage
path: coverage_diff.md
recreate: true

- name: Upload coverage
if: github.ref_name == 'main'
Expand Down

0 comments on commit f5ddcf9

Please sign in to comment.