Skip to content

Commit

Permalink
Fix name of plaintext coverage result
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrosse committed Jul 25, 2024
1 parent 8f544bb commit 3fc2249
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 @@ -32,7 +32,7 @@ jobs:
path: coverage.txt

- name: Convert the plaintext coverage report to HTML
run: go tool cover -html cover.out -o cover.html
run: go tool cover -html cover.txt -o cover.html

- name: Upload html coverage report
id: upload-html
Expand Down

0 comments on commit 3fc2249

Please sign in to comment.