mirror of
https://github.com/nfstream/nfstream.git
synced 2026-05-19 16:28:14 +00:00
Minor fix.
This commit is contained in:
parent
4ef90481d2
commit
ffc447bfa8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_and_publish.yml
vendored
2
.github/workflows/build_and_publish.yml
vendored
|
|
@ -98,7 +98,7 @@ jobs:
|
|||
run: |
|
||||
ls dist/
|
||||
- name: Testing and coverage report generation
|
||||
# if: startsWith(matrix.os, 'ubuntu') # Disable temporary coverage on MACOS
|
||||
if: startsWith(matrix.os, 'ubuntu') # Disable on MACOS
|
||||
run: |
|
||||
python -m coverage run tests.py
|
||||
python -m coverage combine
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue