Skip to content

Commit

Permalink
ci: Bump codecov action to v3 (#1427)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Aug 13, 2022
1 parent b945729 commit f89c7c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ jobs:
&& cd build
&& /usr/bin/python3 ../CI/test_coverage
- name: Upload coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
file: ./build/coverage/cov.xml
files: ./build/coverage/cov.xml

build_performance:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f89c7c5

Please sign in to comment.