Thanks to visit codestin.com Credit goes to github.com
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 d7c84b2 commit caabeebCopy full SHA for caabeeb
1 file changed
.github/workflows/tests.yml
@@ -159,3 +159,6 @@ jobs:
159
${{ matrix.XVFB_RUN }} python -mpytest -raR -n auto \
160
--maxfail=50 --timeout=300 --durations=25 \
161
--cov-report= --cov=lib --log-level=DEBUG
162
+
163
+ - name: Upload code coverage
164
+ uses: codecov/codecov-action@v1
0 commit comments