Skip to content

Commit

Permalink
.github/workflows/test.yaml: codecov/codecov-action@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
eguzki committed Feb 16, 2024
1 parent 94be38b commit 61d26cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
make test-unit
- name: Upload unit-test coverage reports to CodeCov # more at https://github.com/codecov/codecov-action
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unit
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
run: |
make test-integration
- name: Upload integration-test coverage reports to CodeCov # more at https://github.com/codecov/codecov-action
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: integration
Expand Down

0 comments on commit 61d26cd

Please sign in to comment.