msantos142/Pytest and coverage action
Run pytest and coverage on your Python project and have the results posted to GitHub
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token | yes | ${{ github.token }} |
| test_command | Test command to run | no | pytest |
| coverage_command | Coverage command to run | no | coverage |
| coverage_report | Coverage report to generate | no | json |
| coverage_dir | Directory to store coverage report | no | coverage-results |
Outputs
| name | description |
|---|---|
| coverage-output | Coverage ouput |