Skip to content

Commit 552a73c

Browse files
committed
unbreak coverage
1 parent a308133 commit 552a73c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: CodSpeedHQ/action@v3
6363
with:
6464
token: ${{ secrets.CODSPEED_TOKEN }}
65-
run: pytest --codspeed
65+
run: pytest -c /dev/null --codspeed
6666

6767
- name: Check Coverage
6868
uses: 5monkeys/cobertura-action@v14

0 commit comments

Comments
 (0)