Skip to content

Commit

Permalink
github-actions(deps): bump codecov/codecov-action from 3 to 4 (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 8, 2024
1 parent 611618f commit 1cbd056
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,12 @@ jobs:
env:
GITHUB_TOKEN: test
- name: Upload coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
flags: ${{ matrix.test.name }}
name: ${{ matrix.test.name }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Dump logs
run: docker compose --profile tests logs
if: always()
13 changes: 13 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
coverage:
status:
project:
default:
target: auto
threshold: 1%
flags:
- unit
- api
codecov:
notify:
wait_for_ci: true

0 comments on commit 1cbd056

Please sign in to comment.