ansible-community/Run nox
This action runs nox. It assumes that nox has already been installed, for example using the [wntrblm/nox](https://github.com/wntrblm/nox) action.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| sessions | Which nox session(s) to run. If left empty, all sessions marked as default will be run. Can be a space-separated list of sessions. Example: `formatters codeqa`. | — | "" |
| extra-args | Extra arguments to be passed to nox sessions. If empty, no extra arguments are passed. Can be a space-separated list of arguments. Example: `--check`. | — | — |
| force-pythons | Which version(s) of Python to force. Should be a space-separated list of Python versions. Example: `3.11 3.12 3.13 3.14`. | — | "" |
| working-directory | The directory in which all commands should be run. | — | . |
| codecov | Whether code coverage is collected by the session(s) and should be uploaded. If set to `true`, the [codecov/codecov-action](https://github.com/codecov/codecov-action) action will be used to upload code coverage. | — | false |
| codecov-session | If a special nox session should be run to collect/analyze code coverage. This is done as an extra step. | — | "" |
| codecov-name | If a name should be supplied to codecov. If not specified, will fall back to `sessions`. | — | "" |
| codecov-token | Should be provided with the value of `secrets.CODECOV_TOKEN` if `codecov=true`. | — | "" |
Outputs
no outputs