andyholmes/Actuary
Build and host a Flatpak repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| suite | The test suite to run. | no | test |
| compiler | The compiler suite to use. | no | — |
| setup-args | Extra command-line options for `meson setup`. | no | — |
| test-args | Extra command-line options for `meson test`. | no | — |
| test-coverage | Enable or disable coverage generation. | no | false |
| abidiff-args | Extra command-line options for `abidiff`. | no | — |
| abidiff-lib | Library path, relative to `$LIBDIR` | yes | — |
| cppcheck-args | Extra command-line options for `cppcheck`. | no | — |
| cppcheck-path | Path to the source directory. | no | . |
| lcov-include | Path glob of directories to include in coverage. | no | — |
| lcov-exclude | Path glob of directories to exclude from coverage. | no | — |
Outputs
| name | description |
|---|---|
| log | Path to the primary log file for the suite. |
| coverage | Path to the coverage report. |
| coverage-html | Path to the coverage report (HTML). |