Skip to content

Commit

Permalink
Update codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kayjan authored Oct 15, 2023
1 parent 151b213 commit 07697c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
pull-requests: write
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.11"]
fail-fast: false

steps:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
if: ${{ github.event_name == 'pull_request' }}
uses: marocchino/sticky-pull-request-comment@v2
with:
hide_and_recreate: true
recreate: true
path: code-coverage-results.md
- name: Upload coverage to Codecov
if: ${{ github.event_name == 'push' }}
Expand Down

0 comments on commit 07697c4

Please sign in to comment.