Skip to content

Commit 764437d

Browse files
authored
Merge pull request #26 from rohanpm/ci-rpmdyn
CI fixes
2 parents 20a33d5 + 376b08f commit 764437d

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

.github/workflows/tox-test.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,6 @@ jobs:
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:

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pytest
22
mock
33
pushsource
4-
rpm-py-installer
4+
rpmdyn
55
bandit==1.7.5

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ deps=
2828
pytest-cov
2929
usedevelop=true
3030
commands=
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]
3434
deps=

0 commit comments

Comments
 (0)