Skip to content

Commit

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

Bump codecov/codecov-action from 4.4.1 to 4.5.0
  • Loading branch information
github-actions[bot] authored Jun 24, 2024
2 parents 54eca35 + 0ef5afd commit f7cf9b1
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 @@ -36,23 +36,23 @@ jobs:
run: make test

- name: Upload unit test coverage report
uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: ./cover.out
flags: controller

- name: Upload api test coverage report
uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: ./api_cover.out
flags: api

- name: Upload schema test coverage report
uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down

0 comments on commit f7cf9b1

Please sign in to comment.