From 961b0ceb152147f66161a51844d21ea962bf6982 Mon Sep 17 00:00:00 2001 From: David Hewitt <1939362+davidhewitt@users.noreply.github.com> Date: Sat, 20 Nov 2021 13:45:44 +0000 Subject: [PATCH] coverage: try again to merge all OS coverage --- .github/workflows/ci.yml | 2 +- codecov.yml | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6dba6452ae..34eb36fc77b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -320,4 +320,4 @@ jobs: - uses: codecov/codecov-action@v2 with: file: coverage.lcov - name: ${{ matrix.os }} + flags: ${{ matrix.os }} diff --git a/codecov.yml b/codecov.yml index 20ecfd53121..29f14beea64 100644 --- a/codecov.yml +++ b/codecov.yml @@ -7,6 +7,16 @@ coverage: target: auto # Allow a tiny drop of overall project coverage in PR to reduce spurious failures. threshold: 0.25% + flags: + - windows + - macos + - ubuntu + patch: + default: + flags: + - windows + - macos + - ubuntu ignore: - tests/*.rs