lyleokoth/Pytest Coverage Action
Use Pytest to show test coverage.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| codedirectory | The directory containing the source code. | — | The project root i.e '.' |
| testdirectory | The directory containing the tests. | — | tests\ |
| pycovconfigfile | The pycov configuration file | — | .coveragerc |
| pytestconfigfile | The pytest configuration file. | — | setup.cfg |
Outputs
| name | description |
|---|---|
| testcoverage | The Test coverage. |