Skip to content

Commit

Permalink
Disable coverage compare (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkWanderer authored Dec 6, 2024
1 parent 13425f0 commit 06dbdea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
compare:
name: Compare coverage
runs-on: ubuntu-latest
if: ${{ github.event_name == 'pull_request' }}
if: false
permissions:
statuses: write
needs:
- coverage
- coverage

steps:
- name: Install pycobertura
Expand Down

0 comments on commit 06dbdea

Please sign in to comment.