Skip to content

Commit

Permalink
squash! setup.cfg: combine coverage results
Browse files Browse the repository at this point in the history
github-actions: run `rapidjson` testenv separately

To append coverage results.
  • Loading branch information
miri64 committed Sep 24, 2021
1 parent b0ddb50 commit 89d86af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
- name: Test with tox
run: |
pyenv="py$(echo "${{ matrix.python-version }}" | tr -d '.')"
tox -e ${pyenv}-test,${pyenv}-rapidjson,flake8,lint
tox -e ${pyenv}-test,flake8,lint
tox -e ${pyenv}-rapidjson -- --cov-append
- name: Check code format with black
if: matrix.python-version == 3.9
run: tox -e black
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool:pytest]
addopts = -v --junit-xml=test-report.xml
--doctest-modules
--cov=riotctrl --cov-branch --cov-append
--cov=riotctrl --cov-branch
--cov-report=term-missing --cov-report=xml
testpaths = riotctrl
markers =
Expand Down

0 comments on commit 89d86af

Please sign in to comment.