Skip to content
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.

Commit

Permalink
CI: add coverage options
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
  • Loading branch information
miurahr committed Feb 23, 2021
1 parent 322745d commit 8710d60
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/run-tox-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
COVERALLS_PARALLEL: true
COVERALLS_FLAG_NAME: py-${{ matrix.python-version }}-${{ matrix.os }}
PYTEST_ADDOPTS: --cov-config=pyproject.toml --cov --cov-append
finish:
runs-on: ubuntu-latest
name: finish parallel build
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ ignore = F841
basepython =
py38: python3.8
python_files = tests/test_*.py
# addopts = --cov-config=pyproject.toml --cov --cov-append
timeout = 480

[testenv:check]
Expand Down

0 comments on commit 8710d60

Please sign in to comment.