Skip to content

Commit

Permalink
Update CodeCov action to version 4
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaIng committed Jun 21, 2024
1 parent 3663487 commit 8555af7
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
@@ -1,5 +1,5 @@
name: Compute coverage and push to Codecov
on: [push, pull_request]
on: [push]
jobs:
run:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -36,5 +36,5 @@ jobs:
env_vars: OS,PYTHON
name: codecov-umbrella
fail_ci_if_error: true
path_to_write_report: ./coverage/codecov_report.txt
version: 0.6.0 # Downgrade version because of https://github.com/codecov/codecov-action/issues/1487
verbose: true

0 comments on commit 8555af7

Please sign in to comment.