Skip to content

Commit

Permalink
ci: fix coverage report path (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
go-to-k authored Aug 31, 2023
1 parent 1b8385f commit 7ef5b8d
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 @@ -46,4 +46,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: code-coverage-report
path: cover_file.html
path: cover.html

0 comments on commit 7ef5b8d

Please sign in to comment.