mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Update COVERAGE.md
This commit is contained in:
parent
ac2095aabf
commit
20a6884eaf
@ -7,9 +7,9 @@ generate a code coverage report without one of those services.
|
||||
|
||||
This yaml file will run tests on multiple system configurations, but will produce
|
||||
a code coverage report on only one of those. It will then create a code coverage badge
|
||||
and add it to the Readme file.
|
||||
and add it to the README file.
|
||||
|
||||
This file should be put in the .github/workflows directory of your repo.
|
||||
This file should be put in the `.github/workflows` directory of your repo.
|
||||
|
||||
```yaml
|
||||
name: Go # The name of the workflow that will appear on Github
|
||||
@ -68,4 +68,4 @@ jobs:
|
||||
github_token: ${{ github.token }}
|
||||
branch: ${{ github.ref }}
|
||||
|
||||
```
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user