Skip to content

Commit

Permalink
fixup! ci: add codecov github action
Browse files Browse the repository at this point in the history
  • Loading branch information
delta1 committed Oct 30, 2023
1 parent bf8ebad commit 741074b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@ jobs:
files: ./total_coverage.info
fail_ci_if_error: false # optional (default = false)
verbose: true # optional (default = false)
- uses: actions/upload-artifact@v3
with:
name: coverage
path: |
total.coverage/
total_coverage.info

0 comments on commit 741074b

Please sign in to comment.