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 b30f2cb commit e4feb0dCopy full SHA for e4feb0d
.github/workflows/tox.yml
@@ -30,6 +30,10 @@ jobs:
30
pip install tox tox-gh-actions
31
- name: Test with tox
32
run: tox
33
+ - name: Upload to coverage
34
+ uses: codecov/[email protected]
35
+ with:
36
+ flags: ${{ matrix.python-version }}
37
- name: Publish package to PyPI
38
uses: pypa/gh-action-pypi-publish@master
39
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 --cov-report=term-missing --cov-report=xml
6
testpaths = riotctrl
7
8
[lint]
0 commit comments