Skip to content

Commit c82a75f

Browse files
committed
ci: Coverage workflow also without local
1 parent e96490e commit c82a75f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
env:
4747
LD_LIBRARY_PATH: "${{ env.BACKEND_DIR }}/lib"
4848
PYTHONPATH: src
49-
run: python -m pytest --cov=src/ tests/
49+
run: python -m pytest -m "not local" --cov=src/ tests/
5050

5151
- name: Upload to coveralls
5252
env:

0 commit comments

Comments
 (0)