Skip to content

Commit 6b44bd5

Browse files
committed
docs: typos
1 parent 7b35167 commit 6b44bd5

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-
VeryGoodWorkflow accepts the following configuration inputs:
17+
VeryGoodCoverage 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 workflow 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 VeryGoodCoverage 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`:
5454

0 commit comments

Comments
 (0)