Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit caabeeb

Browse files
committed
ci: Add code coverage.
1 parent d7c84b2 commit caabeeb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,3 +159,6 @@ jobs:
159159
${{ matrix.XVFB_RUN }} python -mpytest -raR -n auto \
160160
--maxfail=50 --timeout=300 --durations=25 \
161161
--cov-report= --cov=lib --log-level=DEBUG
162+
163+
- name: Upload code coverage
164+
uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)