Skip to content

Commit

Permalink
Merge pull request #423 from ral-facilities/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/codecov/codecov-action-3.1.4

build(deps): bump codecov/codecov-action from 3.1.3 to 3.1.4
  • Loading branch information
VKTB authored Aug 31, 2023
2 parents 176417b + 52683d6 commit ea38bbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: nox -p ${{ matrix.python-version }} -s unit_tests -- --cov=datagateway_api --cov-report=xml
- name: Upload unit test code coverage report
if: matrix.python-version == '3.6'
uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 # v3.1.3
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4

# ICAT Ansible clone and install dependencies
- name: Checkout icat-ansible
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
run: nox -p ${{ matrix.python-version }} -s integration_tests -- --cov=datagateway_api --cov-report=xml
- name: Upload integration test code coverage report
if: matrix.python-version == '3.6'
uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 # v3.1.3
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4

linting:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit ea38bbc

Please sign in to comment.