We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd31512 + d8838a4 commit 0c523e9Copy full SHA for 0c523e9
.github/workflows/ci.yaml
@@ -31,7 +31,7 @@ jobs:
31
- name: Run Tox
32
run: tox
33
env:
34
- TOXENV: py${{ matrix.python-version}}-ci-xdist-cov-codecov
+ TOXENV: py${{ matrix.python-version}}-ci-xdist-cov
35
36
security:
37
runs-on: ubuntu-latest
tox.ini
@@ -8,7 +8,6 @@ deps =
8
requests-cache
9
cov: pytest-cov
10
cov: coverage
11
- codecov: codecov
12
13
passenv = CI,GITHUB_*,CODECOV_*
14
extras =
@@ -28,7 +27,6 @@ commands=
28
27
cov: {envsitepackagesdir} {toxinidir}/.coverage
29
cov: coverage html --fail-under=0
30
cov: coverage report
[testenv:security]
# Run bandit checks. Accept yaml.load(), pickle, and exec since this
0 commit comments