Skip to content

Commit 08c233f

Browse files
docs: Apply suggestions from code review
Co-authored-by: Scarlett Eliza <scarlett@verygood.ventures>
1 parent 01ac43a commit 08c233f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A GitHub Action which helps enforce a minimum code coverage threshold.
1414

1515
## Inputs
1616

17-
VeryGoodCoverage accepts the following configuration inputs:
17+
Very Good Coverage accepts the following configuration inputs:
1818

1919
| Input name | Description | Default | Example value | Optional |
2020
| ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- | ------------------------------------- | -------- |
@@ -48,7 +48,7 @@ with:
4848
4949
If your generated lcov file is empty this might be because you have no test files or your tests are not generating any coverage data.
5050
51-
If you wish to always bypass these warnings we recommend using a conditional statement in your workflow to avoid running the VeryGoodCoverage action when the lcov file is empty or non-existent.
51+
If you wish to always bypass these warnings, we recommend using a conditional statement in your workflow to avoid running the Very Good Coverage action when the lcov file is empty or non-existent.
5252
5353
For example, if your non-existent or empty coverage file is meant to be located at `./coverage/lcov.info` you may do:
5454

0 commit comments

Comments
 (0)