Skip to content

Commit

Permalink
Use latest codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
Reillyhewitson committed Dec 13, 2022
1 parent da66fac commit b3d0fc5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,9 @@ jobs:
run: nox -p ${{ matrix.python-version }} -s integration_tests -- --cov=datagateway_api --cov-report=xml
- name: Upload code coverage report
if: matrix.python-version == '3.6'
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
verbose: true

linting:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit b3d0fc5

Please sign in to comment.