diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index a014e9d3..9516a725 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -71,4 +71,4 @@ jobs: uses: CodSpeedHQ/action@v3 with: token: ${{ secrets.CODSPEED_TOKEN }} - run: pytest --codspeed + run: pytest --codspeed --no-cov