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 ee12bb5 commit 7614f30Copy full SHA for 7614f30
.github/workflows/tox.yml
@@ -38,6 +38,11 @@ jobs:
38
- name: Check package
39
if: matrix.python-version == 3.9
40
run: tox -e check_package
41
+ - name: Upload to coverage
42
+ uses: codecov/[email protected]
43
+ with:
44
+ files: coverage.xml
45
+ flags: ${{ matrix.python-version }},${{ matrix.tox-testenv }}
46
- name: Publish package to PyPI
47
uses: pypa/gh-action-pypi-publish@master
48
if: >-
setup.cfg
@@ -2,7 +2,7 @@
2
addopts = -v --junit-xml=test-report.xml
3
--doctest-modules
4
--cov=riotctrl --cov-branch
5
- --cov-report=term --cov-report=xml --cov-report=html
+ --cov-report=term-missing --cov-report=xml
6
testpaths = riotctrl
7
markers =
8
rapidjson
0 commit comments