Commit 448ed64 1 parent cbad6b3 commit 448ed64 Copy full SHA for 448ed64
File tree 2 files changed +0
-5
lines changed
2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,10 @@ usedevelop =
15
15
deps =
16
16
-rtests/requirements.txt
17
17
pytest-travis-fold
18
- cov: codecov
19
18
commands =
20
19
nocov: pytest -n auto -l -v --basetemp ={envtmpdir} --html =report.html --ignore =src tests/
21
20
cov: python setup.py clean --all build_ext --force --inplace
22
21
cov: pytest -n auto -l -v --basetemp ={envtmpdir} --html =report.html --cov =src --cov-report =xml --cov-append tests/
23
- # Disabling coverage report for awsbatch-cli because it's currently conflicting with pcluster cli report
24
- # cov: codecov -e TOXENV
25
22
26
23
# Section used to define common variables used by multiple testenvs.
27
24
[vars]
Original file line number Diff line number Diff line change @@ -18,15 +18,13 @@ allowlist_externals =
18
18
deps =
19
19
-rtests/requirements.txt
20
20
pytest-travis-fold
21
- cov: codecov
22
21
extras =
23
22
awslambda
24
23
commands =
25
24
bash ./tests/pcluster/test.sh
26
25
nocov: pytest -n auto -l -v --basetemp ={envtmpdir} --html =report.html --ignore =src tests/
27
26
cov: python setup.py clean --all build_ext --force --inplace
28
27
cov: pytest -n auto -l -v --basetemp ={envtmpdir} --html =report.html --cov =src --cov-report =xml --cov-append tests/
29
- cov: codecov -e TOXENV
30
28
31
29
# Section used to define common variables used by multiple testenvs.
32
30
[vars]
You can’t perform that action at this time.
0 commit comments