Skip to content

Commit

Permalink
coverage again
Browse files Browse the repository at this point in the history
  • Loading branch information
girazoki committed Nov 18, 2024
1 parent 8baa969 commit 625489a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ jobs:
- name: Get diff
run: |
if [ -s base_lcov.lcov ]; then
genhtml -o coverage -- coverage/current.lcov
genhtml -o coverage --baseline-file coverage/base_cov.lcov -- coverage/current.lcov
else
genhtml -o coverage --baseline-file coverate/base_cov.lcov -- coverage/current.lcov
genhtml -o coverage -- coverage/current.lcov
fi
- name: Upload coverate to gha
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 625489a

Please sign in to comment.