Skip to content

Commit

Permalink
Upload coverage from GHA (#480)
Browse files Browse the repository at this point in the history
* Upload coverage from GHA

* Fix PytestConfigWarning: Unknown config option: python_paths
  • Loading branch information
hugovk committed Nov 14, 2020
1 parent 615e308 commit 22c88de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,8 @@ jobs:
shell: bash
run: |
tox -e py
- name: Upload coverage
uses: codecov/codecov-action@v1
with:
name: ${{ matrix.os }} Python ${{ matrix.python-version }}
1 change: 0 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[pytest]
norecursedirs = .git .*
addopts = -rsxX --showlocals --tb=native --cov=tablib --cov=tests --cov-report xml --cov-report term --cov-report html
python_paths = .

0 comments on commit 22c88de

Please sign in to comment.