Skip to content

Commit 0ae76cd

Browse files
[CONFIG] More tweaks for codecov config (- WIP #365 -)
Changes in file .github/workflows/Tests.yml: * revert env changes * remove unsupported os input
1 parent b8c3d7a commit 0ae76cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
os: [ubuntu-latest, macos-latest, windows-latest]
7575
python-version: ["${{ vars.PYTHON_OLD_MIN }}", "${{ vars.PYTHON_OLD_EXTRA }}", "${{ vars.PYTHON_DEFAULT }}", "${{ vars.PYTHON_EXPERIMENTAL }}"]
7676
env:
77+
OS: ${{ matrix.os }}
7778
PYTHON_VERSION: ${{ matrix.python-version }}
7879
LANG: "en_US.utf-8"
7980
COVERAGE_RCFILE: ./.coveragerc
@@ -117,7 +118,6 @@ jobs:
117118
with:
118119
token: ${{ secrets.CODECOV_TOKEN }}
119120
job_code: ${{ github.run_id }}-${{ github.run_number }}
120-
os: ${{ matrix.os }}
121121
files: ./coverage.xml
122122
directory: .
123123
flags: multicast,${{ matrix.os }},${{ matrix.python-version }}
@@ -210,6 +210,7 @@ jobs:
210210
os: [ubuntu-latest, macos-latest]
211211
python-version: ["${{ vars.PYTHON_OLD_MIN }}", "${{ vars.PYTHON_OLD_EXTRA }}", "${{ vars.PYTHON_DEFAULT }}", "${{ vars.PYTHON_EXPERIMENTAL }}"]
212212
env:
213+
OS: ${{ matrix.os }}
213214
PYTHON_VERSION: ${{ matrix.python-version }}
214215
LANG: "en_US.utf-8"
215216
LC_CTYPE: "en_US.utf-8"
@@ -268,7 +269,6 @@ jobs:
268269
with:
269270
token: ${{ secrets.CODECOV_TOKEN }}
270271
job_code: ${{ github.run_id }}-${{ github.run_number }}
271-
os: ${{ matrix.os }}
272272
files: ./test-reports/coverage_supplement.xml,./test-reports/coverage.xml
273273
directory: .
274274
flags: multicast,${{ matrix.os }},${{ matrix.python-version }}

0 commit comments

Comments
 (0)