Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove codecov workaround
  • Loading branch information
Flamefire committed Feb 15, 2025
commit ff5a57d20219c371ff8f1aa5d899a4b8fd0bf3d0
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
Loading