mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Skip the serial marked tests in pytest coverage
Refs https://github.com/simonw/datasette/issues/2461#issuecomment-2634896235
This commit is contained in:
parent
9e41d19f73
commit
b9047d812a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-coverage.yml
vendored
2
.github/workflows/test-coverage.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
run: |-
|
||||
ls -lah
|
||||
cat .coveragerc
|
||||
pytest --cov=datasette --cov-config=.coveragerc --cov-report xml:coverage.xml --cov-report term
|
||||
pytest -m "not serial" --cov=datasette --cov-config=.coveragerc --cov-report xml:coverage.xml --cov-report term
|
||||
ls -lah
|
||||
- name: Upload coverage report
|
||||
uses: codecov/codecov-action@v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue