Skip to content

Commit

Permalink
Code Coverage: improve grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
avelino authored Mar 18, 2023
1 parent 1a97fcf commit 78d3bcd
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions COVERAGE.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
# 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.
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.

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.
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.

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
Expand Down

0 comments on commit 78d3bcd

Please sign in to comment.