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 a308133 commit 552a73cCopy full SHA for 552a73c
.github/workflows/pull-request.yml
@@ -62,7 +62,7 @@ jobs:
62
uses: CodSpeedHQ/action@v3
63
with:
64
token: ${{ secrets.CODSPEED_TOKEN }}
65
- run: pytest --codspeed
+ run: pytest -c /dev/null --codspeed
66
67
- name: Check Coverage
68
uses: 5monkeys/cobertura-action@v14
0 commit comments