We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e2cce commit 37a82ffCopy full SHA for 37a82ff
.github/workflows/pull-request.yml
@@ -58,16 +58,16 @@ jobs:
58
- name: Run Tests
59
run: pytest -p no:warnings
60
61
- - name: Run Benchmarks
62
- if: ${{ matrix.python-version == '3.9' }}
63
- uses: CodSpeedHQ/action@v3
64
- with:
65
- token: ${{ secrets.CODSPEED_TOKEN }}
66
- run: pytest -c /dev/null --codspeed
67
-
68
- name: Check Coverage
69
uses: 5monkeys/cobertura-action@v14
70
with:
71
minimum_coverage: 100
72
fail_below_threshold: true
73
show_missing: true
+
+ - name: Run Benchmarks
+ if: ${{ matrix.python-version == '3.9' }}
+ uses: CodSpeedHQ/action@v3
+ with:
+ token: ${{ secrets.CODSPEED_TOKEN }}
+ run: pytest --codspeed
0 commit comments