Skip to content

Commit

Permalink
Rework some codecov and test config (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmet authored Aug 9, 2024
1 parent ed05e61 commit cc34332
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: ${{ github.repository }}
flags: ${{ matrix.test }}
flags: unittests, ${{ matrix.test }}

integration:
strategy:
Expand All @@ -50,6 +50,7 @@ jobs:
- tests-noqueue
- tests
class:
- QuickTest
- BuildFailedTest
- RepositoryTests
- TestBertE
Expand All @@ -74,7 +75,7 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: ${{ github.repository }}
flags: ${{ matrix.test }}-${{ matrix.class }}
flags: integration, ${{ matrix.test }}, ${{ matrix.test }}-${{ matrix.class }}

lint:
runs-on: ubuntu-22.04
Expand Down
3 changes: 2 additions & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
codecov:
require_ci_to_pass: true
notify:
require_ci_to_pass: true
wait_for_ci: true
coverage:
precision: 2
round: down
Expand Down

0 comments on commit cc34332

Please sign in to comment.