Skip to content

Commit

Permalink
Update codecov GHA to v3 (#3637)
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Oct 17, 2022
2 parents 47cec1c + 74d4943 commit f07a248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -64,7 +64,7 @@ jobs:
run: pipx run coverage xml --ignore-errors
- name: Publish coverage
if: hashFiles('coverage.xml') != '' # Rudimentary `file.exists()`
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
flags: >- # Mark which lines are covered by which envs
${{ runner.os }},
Expand Down

0 comments on commit f07a248

Please sign in to comment.