Skip to content

Commit

Permalink
chore: ensure no-cov is set for benchmarks (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Dec 22, 2024
1 parent 28f9fa5 commit 96e70eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
uses: CodSpeedHQ/action@v3
with:
token: ${{ secrets.CODSPEED_TOKEN }}
run: poetry run pytest tests/ --codspeed
run: poetry run pytest --no-cov tests/ --codspeed

release:
needs:
Expand Down

0 comments on commit 96e70eb

Please sign in to comment.