Skip to content

Commit f359e53

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,12 @@ jobs:
3838
- name: Run example notebooks
3939
run: |
4040
uv run -- coverage run --branch --source=nemo_run -m jupyter execute examples/**/*.ipynb
41+
uv run -- coverage report -m
4142
4243
- name: Run example scripts
4344
run: |
44-
cd examples/hello-world
45-
uv run -- coverage run --branch --source=nemo_run -m python hello_scripts.py
45+
uv run -- coverage run --branch --source=nemo_run -m examples/hello-world/hello_scripts.py
46+
uv run -- coverage report -m
4647
4748
- name: Generate report
4849
run: |

0 commit comments

Comments
 (0)