diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3b4c630..cf69f23 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 }} diff --git a/pytest.ini b/pytest.ini index 2288651..32b87e3 100644 --- a/pytest.ini +++ b/pytest.ini @@ -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 = .