Skip to content

Commit 7ce2129

Browse files
committed
run coverage on fast + regression tests
1 parent 111a535 commit 7ce2129

7 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Run coverage
7878
env:
7979
PROJ_LIB: /usr/share/proj
80-
run: uv run pytest tests/ -m "not slow" -q --cov=swimrs --cov-branch --cov-report=term-missing --cov-report=xml:coverage.xml
80+
run: uv run pytest tests/ -m "not parity" -q --cov=swimrs --cov-branch --cov-report=term-missing --cov-report=xml:coverage.xml
8181

8282
- name: Upload coverage to Codecov
8383
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)