We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef91703 commit f359e53Copy full SHA for f359e53
.github/workflows/test.yml
@@ -38,11 +38,12 @@ jobs:
38
- name: Run example notebooks
39
run: |
40
uv run -- coverage run --branch --source=nemo_run -m jupyter execute examples/**/*.ipynb
41
+ uv run -- coverage report -m
42
43
- name: Run example scripts
44
- cd examples/hello-world
45
- uv run -- coverage run --branch --source=nemo_run -m python hello_scripts.py
+ uv run -- coverage run --branch --source=nemo_run -m examples/hello-world/hello_scripts.py
46
47
48
- name: Generate report
49
0 commit comments