ueki-tomohiro/Flutter Test Report
create Flutter test report
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| coveragePath | coverage/lcov.info | no | — |
| machinePath | input flutter test --machine result path | no | — |
| title | Title for the check results | no | Flutter test results |
| coverageThreshold | Minimum coverage percentage required for success | no | 80 |
| token | The GitHub authentication token | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| conclusion | Combined conclusion for tests and coverage |
| tests | Total number of parsed tests |
| passed | Number of successful tests |
| failed | Number of failed tests |
| coverage | Overall coverage percentage |
| coverage-hit | Covered lines |
| coverage-found | Total lines considered for coverage |