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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
sessionsWhich 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-argsExtra 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-pythonsWhich 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-directoryThe directory in which all commands should be run..
codecovWhether 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-sessionIf a special nox session should be run to collect/analyze code coverage. This is done as an extra step.""
codecov-nameIf a name should be supplied to codecov. If not specified, will fall back to `sessions`.""
codecov-tokenShould be provided with the value of `secrets.CODECOV_TOKEN` if `codecov=true`.""

no outputs