Skip to content

Commit

Permalink
ci: fix coverage upload
Browse files Browse the repository at this point in the history
  • Loading branch information
noomorph committed Aug 19, 2023
1 parent 81597e6 commit f385d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: coverage
path: artifacts/coverage.lcov
path: artifacts/lcov.info

- name: Generate coverage badge
run: lcov-badge2 -o docs/images/coverage.svg artifacts/lcov.info
Expand Down

0 comments on commit f385d1a

Please sign in to comment.