Skip to content

Commit

Permalink
tests: update codecov config
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Feb 17, 2021
1 parent 12614aa commit 715a07c
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -66,7 +66,6 @@ jobs:
shell: bash
env:
PYVER: ${{ matrix.python }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
test:
if: github.event_name != 'pull_request' || github.head_ref != 'devel'
@@ -102,7 +101,6 @@ jobs:
fi
env:
PYVER: ${{ matrix.python }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
- name: Coveralls Parallel
uses: AndreMiras/coveralls-python-action@develop
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ isolated_build=True
[coverage]
commands=
- coveralls
codecov
codecov -X pycov -e TOXENV
- codacy report -r coverage.xml

[extra]
@@ -29,7 +29,7 @@ commands=
allowlist_externals=codacy

[testenv]
passenv=CI TOXENV CODECOV_* COVERALLS_* CODACY_* HOME
passenv=CI GITHUB_* TOXENV CODECOV_* COVERALLS_* CODACY_* HOME
deps=
{[extra]deps}
cython

0 comments on commit 715a07c

Please sign in to comment.