Skip to content

Commit

Permalink
Merge branch 'main' into feature/PTFE-1419-periodic-indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmet authored Feb 9, 2024
2 parents ada4343 + 1cbd056 commit 321bb8d
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 321bb8d

Please sign in to comment.