Skip to content

Commit

Permalink
disable coverage for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
provinzkraut committed Feb 19, 2025
1 parent d493efe commit 8f20976
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 @@ -105,7 +105,7 @@ jobs:
- "mysql or mssql"
uses: ./.github/workflows/test.yml
with:
coverage: ${{ matrix.python-version == '3.12' }}
coverage: false
python-version: ${{ matrix.python-version }}
pytest-select: ${{ matrix.pytest-select }}
sonar:
Expand Down

0 comments on commit 8f20976

Please sign in to comment.