From a768859150b9a6bf36ba386f6ee7aa9a486b21b0 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Sun, 29 Nov 2020 17:57:17 +0100 Subject: [PATCH] Try uploading coverage for all configurations. --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b10c1d14f5..911a6da392 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -153,13 +153,13 @@ jobs: include: - name: 'tests (no-compatibility mode)' os: ubuntu-latest - test-flags: --no-compat --online + test-flags: --no-compat --online --coverage - name: 'tests (generic OS)' os: ubuntu-latest - test-flags: --generic --online + test-flags: --generic --online --coverage - name: tests (Linux) os: ubuntu-latest - test-flags: --online + test-flags: --online --coverage - name: tests (macOS) os: macos-11.0 test-flags: --online --coverage