mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Code Coverage: improve grammar
This commit is contained in:
parent
cd9a266470
commit
96911638ac
11
COVERAGE.md
11
COVERAGE.md
@ -1,15 +1,10 @@
|
|||||||
# Code Coverage
|
# Code Coverage
|
||||||
|
|
||||||
While we recommend using one of the free websites available for monitoring code coverage
|
While we recommend using one of the free websites available for monitoring code coverage during your continuous integration process, below is an example of how you can incorporate code coverage during the continuous integration process provided by GitHub actions and generate a code coverage report without one of those services.
|
||||||
during your continuous integration process, below is an example of how you can incorporate
|
|
||||||
code coverage during the continuous integration process provided by github actions and
|
|
||||||
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 and add it to the README file.
|
||||||
a code coverage report on only one of those. It will then create a code coverage badge
|
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user