Update COVERAGE.md

This commit is contained in:
Avelino 2022-04-02 06:46:17 -03:00 committed by GitHub
parent ac2095aabf
commit 20a6884eaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 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 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 ```yaml
name: Go # The name of the workflow that will appear on Github name: Go # The name of the workflow that will appear on Github
@ -68,4 +68,4 @@ jobs:
github_token: ${{ github.token }} github_token: ${{ github.token }}
branch: ${{ github.ref }} branch: ${{ github.ref }}
``` ```