actions-marketplace-validations/nbmake
Test notebooks
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| notebooks | Newline-delimited list of glob patterns of ipynb files to test | no | **/*ipynb |
| ignore | Newline-delimited list of glob patterns of ipynb files to ignore. This is not the same as pytest `glob-ignore`. Read src/main.ts for details. | no | "" |
| workdir | workdir that pytest --nbmake is called from | no | . |
| path-output | Create an html report to `{path_output}_build/html` | no | — |
| overwrite | Write notebooks back into the repo directory. This allows you to commit them to the repo or run additional build tools on the outputs e.g. jupyter-book" | no | false |
| verbose | Show debug information | no | false |
| extra-pytest-args | Newline-delimited list of pytest args | no | "" |
| open-usage-logging | Provide usage metadata to treebeardtech when used in *open source repos*. This allows me to fix issues without you reporting them. | no | true |
Outputs
no outputs