Skip to content

Commit 770680b

Browse files
authored
ci: Exclude coverage from benchmark (#248)
1 parent 5b0136f commit 770680b

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
@@ -71,4 +71,4 @@ jobs:
7171
uses: CodSpeedHQ/action@v3
7272
with:
7373
token: ${{ secrets.CODSPEED_TOKEN }}
74-
run: pytest --codspeed
74+
run: pytest --codspeed --no-cov

0 commit comments

Comments
 (0)