Try uploading coverage for all configurations.

This commit is contained in:
Markus Reiter 2020-11-29 17:57:17 +01:00
parent e26311236f
commit a768859150

View File

@ -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