Skip to content

Commit

Permalink
RHINENG-11310: update codecov/codecov-action
Browse files Browse the repository at this point in the history
  • Loading branch information
psegedy committed Jul 10, 2024
1 parent 52c41ae commit 5ed5c70
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ jobs:
- uses: actions/checkout@v4
- name: Run unit tests
run: docker-compose -f docker-compose.test.yml up --build --exit-code-from test
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v4
with:
files: ./coverage.txt
flags: unittests
name: codecov-umbrella
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 5ed5c70

Please sign in to comment.