Skip to content

Commit

Permalink
Temporary disable coverage downgrade step inside check job (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Aug 16, 2024
1 parent 0764d2a commit a772aad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,9 @@ jobs:
use_oidc: true # cspell:ignore oidc
files: "*/tests/output/reports/coverage.xml"

- name: Check codecov.io status
if: github.event_name == 'pull_request'
uses: coactions/codecov-status@main
# - name: Check codecov.io status
# if: github.event_name == 'pull_request'
# uses: coactions/codecov-status@main

- name: Decide whether the needed jobs succeeded or failed
uses: re-actors/alls-green@release/v1
Expand Down

0 comments on commit a772aad

Please sign in to comment.