Skip to content

Commit ef91703

Browse files
committed
f
Signed-off-by: oliver könig <[email protected]>
1 parent aaacd74 commit ef91703

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,13 @@ jobs:
3636
uv run -- coverage report -m
3737
3838
- name: Run example notebooks
39-
run: uv run -- jupyter execute examples/**/*.ipynb
39+
run: |
40+
uv run -- coverage run --branch --source=nemo_run -m jupyter execute examples/**/*.ipynb
4041
4142
- name: Run example scripts
4243
run: |
43-
cd examples/hello-world && uv run -- python hello_scripts.py
44+
cd examples/hello-world
45+
uv run -- coverage run --branch --source=nemo_run -m python hello_scripts.py
4446
4547
- name: Generate report
4648
run: |

0 commit comments

Comments
 (0)