Skip to content

Commit

Permalink
Merge pull request #442 from enterprise-contract/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/codecov/codecov-action-5.1.1

Bump codecov/codecov-action from 5.0.7 to 5.1.1
  • Loading branch information
simonbaird authored Dec 10, 2024
2 parents 89e7fc7 + 8f69d6a commit ae4d528
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,23 @@ jobs:
run: make test

- name: Upload unit test coverage report
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: ./cover.out
flags: controller

- name: Upload api test coverage report
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: ./api_cover.out
flags: api

- name: Upload schema test coverage report
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down

0 comments on commit ae4d528

Please sign in to comment.