Skip to content

Commit

Permalink
chore(deps): bump codecov/codecov-action from 1 to 2.0.1 (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 20, 2021
1 parent 80d14a6 commit 01e42a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Complexity baseline
run: make complexity-baseline
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2.0.1
with:
file: ./coverage.xml
# flags: unittests
Expand Down

0 comments on commit 01e42a4

Please sign in to comment.