File tree Expand file tree Collapse file tree 3 files changed +2
-9
lines changed
Expand file tree Collapse file tree 3 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 4545 run : pip install tox
4646 - name : Run Tox
4747 run : tox -e cov
48- - name : Install pytest cov
49- run : pip install pytest-cov
50- - name : Upload coverage to Codecov
51- uses : codecov/codecov-action@v2
52- with :
53- fail_ci_if_error : true
54- verbose : true
5548 docs :
5649 runs-on : ubuntu-latest
5750 steps :
Original file line number Diff line number Diff line change 11pytest
22mock
33pushsource
4- rpm-py-installer
4+ rpmdyn
55bandit==1.7.5
Original file line number Diff line number Diff line change 2828 pytest-cov
2929usedevelop =true
3030commands =
31- pytest --cov-report =html --cov-report =xml --cov =src {posargs}
31+ pytest --cov-report =html --cov-report =xml --cov =src --cov-fail-under 100 {posargs}
3232
3333[testenv:docs]
3434deps =
You can’t perform that action at this time.
0 commit comments