8000 Update pythonpackage.yml · RPellowski/spatialmath-python@aed766c · GitHub
[go: up one dir, main page]

Skip to content

Commit aed766c

Browse files
authored
Update pythonpackage.yml
1 parent a1afd51 commit aed766c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ jobs:
3838
- name: Test with pytest
3939
run: |
4040
pip install .
41-
pytest
41+
coverage run --omit=\*/test_\* -m unittest
42+
codecov

0 commit comments

Comments
 (0)
0