Skip to content

Commit 9af71af

Browse files
committed
gha: submit codecov on linux only
1 parent abba65e commit 9af71af

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
python-version: ["3.7", "3.8", "3.9", "3.10"]
2727
include:
2828
- platform: macos-latest
29-
python-version: "3.9"
29+
python-version: "3.10"
3030
- platform: windows-latest
31-
python-version: "3.9"
31+
python-version: "3.10"
3232

3333
runs-on: ${{ matrix.platform }}
3434

@@ -42,4 +42,4 @@ jobs:
4242
pip install tox
4343
tox -- --cov pytest_codeblocks --cov-report xml --cov-report term
4444
- uses: codecov/codecov-action@v1
45-
if: ${{ matrix.python-version == '3.9' }}
45+
if: ${{ matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest' }}

0 commit comments

Comments
 (0)