We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b387529 commit f74406cCopy full SHA for f74406c
1 file changed
.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Run tests
31
run: |
32
- pytest -xv -m "not slow" --cov=src --cov-report=xml --cov-report=html
+ pytest -xv -m "not slow and not performance" --cov=src --cov-report=xml --cov-report=html
33
34
- name: Upload coverage to Codecov
35
uses: codecov/codecov-action@v3
0 commit comments