We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02caf42 commit f1623ddCopy full SHA for f1623dd
README.md
@@ -48,7 +48,7 @@ Both `go tool cover` commands can be configured to your liking. For examples on
48
Once the files are generated, the GHA does the following:
49
50
1. Create and push [new orphan branch](https://github.com/gha-common/go-beautiful-html-coverage/tree/cover) if one doesn't exist.
51
-1. Customize `cover.html` with [`nord.css`](assets/nord.css) and rename it `<sha>.html`.
+1. Customize `cover.html` and rename it `<sha>.html`.
52
1. `git-push` the `<sha>.html` file to the orphan branch. This will trigger a `GitHub Pages` deployment.
53
1. Post a comment to your PR with your code coverage summary (`cover.txt`) and a link to your `<sha>.html`.
54
0 commit comments