Skip to content

Commit a82ed20

Browse files
committed
chore: upload pure-Python test coverage
1 parent f8c33d9 commit a82ed20

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/tests.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
make pytest
8383
8484
- name: Upload coverage to Codecov
85+
if: runner.os == 'Linux'
8586
uses: codecov/codecov-action@v3
8687
with:
8788
token: ${{ secrets.CODECOV_TOKEN }}
@@ -128,3 +129,13 @@ jobs:
128129
- name: Test with pytest
129130
run: |
130131
make pytest
132+
133+
- name: Upload coverage to Codecov
134+
if: runner.os == 'Linux'
135+
uses: codecov/codecov-action@v3
136+
with:
137+
token: ${{ secrets.CODECOV_TOKEN }}
138+
file: ./tests/coverage.xml
139+
flags: unittests
140+
name: codecov-umbrella-pure-python
141+
fail_ci_if_error: false

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy