Skip to content

Commit

Permalink
Fix version for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
nfahlgren committed Apr 14, 2024
1 parent 3e3fef5 commit 34bbd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
pip install .
py.test --cov-report=xml --cov=./
- name: Upload coverage to Deepsource
if: ${{ matrix.python-version == '3.12' }}
if: ${{ matrix.python-version == '3.11' }}
uses: deepsourcelabs/test-coverage-action@master
with:
key: python
Expand Down

0 comments on commit 34bbd4b

Please sign in to comment.