From cc343325a33a39b4148206310dd83d55a392cd58 Mon Sep 17 00:00:00 2001 From: Thomas Carmet <8408330+tcarmet@users.noreply.github.com> Date: Fri, 9 Aug 2024 15:29:12 -0700 Subject: [PATCH] Rework some codecov and test config (#194) --- .github/workflows/main.yaml | 5 +++-- codecov.yml | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 4aefc32e..66ad2f56 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -41,7 +41,7 @@ jobs: with: token: ${{ secrets.CODECOV_TOKEN }} slug: ${{ github.repository }} - flags: ${{ matrix.test }} + flags: unittests, ${{ matrix.test }} integration: strategy: @@ -50,6 +50,7 @@ jobs: - tests-noqueue - tests class: + - QuickTest - BuildFailedTest - RepositoryTests - TestBertE @@ -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 diff --git a/codecov.yml b/codecov.yml index e6ced63a..e0c07dcd 100644 --- a/codecov.yml +++ b/codecov.yml @@ -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