Skip to content

Commit

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

Bump codecov/codecov-action from 3.1.5 to 4.0.1
  • Loading branch information
lcarva authored Feb 6, 2024
2 parents 74bb231 + 9921211 commit b9afdb9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,17 @@ jobs:
run: make test

- name: Upload unit test coverage report
uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # v3.1.5
uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: ./cover.out
flags: controller

- name: Upload api test coverage report
uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # v3.1.5
uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: ./api_cover.out
flags: api
Expand Down

0 comments on commit b9afdb9

Please sign in to comment.