mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 06:56:13 +00:00
Upload coverage from GHA (#480)
* Upload coverage from GHA * Fix PytestConfigWarning: Unknown config option: python_paths
This commit is contained in:
committed by
GitHub
parent
615e308559
commit
22c88de90d
@@ -46,3 +46,8 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
tox -e py
|
tox -e py
|
||||||
|
|
||||||
|
- name: Upload coverage
|
||||||
|
uses: codecov/codecov-action@v1
|
||||||
|
with:
|
||||||
|
name: ${{ matrix.os }} Python ${{ matrix.python-version }}
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
[pytest]
|
[pytest]
|
||||||
norecursedirs = .git .*
|
norecursedirs = .git .*
|
||||||
addopts = -rsxX --showlocals --tb=native --cov=tablib --cov=tests --cov-report xml --cov-report term --cov-report html
|
addopts = -rsxX --showlocals --tb=native --cov=tablib --cov=tests --cov-report xml --cov-report term --cov-report html
|
||||||
python_paths = .
|
|
||||||
|
|||||||
Reference in New Issue
Block a user