twyle/Coverage With Pytest
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 |
| github_token | The GitHub Token. | — | "" |
| oryks_token | The Code Coverage token. | — | "" |
Outputs
| name | description |
|---|---|
| testcoverage | Whether or not the action was successful. |