We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a179a3f commit 5ac895eCopy full SHA for 5ac895e
1 file changed
.github/workflows/test.yml
@@ -24,6 +24,12 @@ jobs:
24
env: PYTHONOPTIMIZE=2
25
- python-version: "3.6"
26
env: PYTHONOPTIMIZE=1
27
+ # Include new variables for Codecov
28
+ - os: ubuntu-latest
29
+ codecov-flag: GHA_Ubuntu
30
+ - os: macOS-latest
31
+ codecov-flag: GHA_macOS
32
+
33
runs-on: ${{ matrix.os }}
34
name: ${{ matrix.os }} Python ${{ matrix.python-version }}
35
@@ -97,5 +103,5 @@ jobs:
97
103
uses: codecov/codecov-action@v1
98
104
with:
99
105
token: ${{ secrets.CODECOV_TOKEN }}
100
- flags: GHA
106
+ flags: ${{ matrix.codecov-flag }}
101
107
0 commit comments