Skip to content

Commit

Permalink
Update to latest codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Feb 17, 2023
1 parent 1742e29 commit ce108bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ jobs:
run: |
scons coverage=true python=$(which python) test
flake8 .
- uses: codecov/codecov-action@v1
python -m coverage combine && python -m coverage xml && python -m coverage erase
- uses: codecov/codecov-action@v3

0 comments on commit ce108bf

Please sign in to comment.