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