Skip to content

Commit 37a82ff

Browse files
committed
benchmarks after coverage
1 parent 82e2cce commit 37a82ff

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/pull-request.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,16 @@ jobs:
5858
- name: Run Tests
5959
run: pytest -p no:warnings
6060

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-
6861
- name: Check Coverage
6962
uses: 5monkeys/cobertura-action@v14
7063
with:
7164
minimum_coverage: 100
7265
fail_below_threshold: true
7366
show_missing: true
67+
68+
- name: Run Benchmarks
69+
if: ${{ matrix.python-version == '3.9' }}
70+
uses: CodSpeedHQ/action@v3
71+
with:
72+
token: ${{ secrets.CODSPEED_TOKEN }}
73+
run: pytest --codspeed

0 commit comments

Comments
 (0)