Skip to content

Commit

Permalink
Remove codecov workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire committed Feb 15, 2025
1 parent 4555a8d commit ff5a57d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ jobs:
name: ${{env.CODECOV_NAME}}
token: ${{secrets.CODECOV_TOKEN}}
verbose: true
working-directory: ${{github.workspace}}

- name: Run coverity
if: matrix.coverity && github.event_name == 'push' && (github.ref_name == 'develop' || github.ref_name == 'master')
Expand Down Expand Up @@ -353,7 +352,6 @@ jobs:
name: ${{env.CODECOV_NAME}} (Windows)
token: ${{secrets.CODECOV_TOKEN}}
verbose: true
working-directory: ${{github.workspace}}

MSYS2:
defaults:
Expand Down

0 comments on commit ff5a57d

Please sign in to comment.