Skip to content

Commit

Permalink
Merge pull request #26 from rohanpm/ci-rpmdyn
Browse files Browse the repository at this point in the history
CI fixes
  • Loading branch information
rohanpm authored Jan 21, 2025
2 parents 20a33d5 + 376b08f commit 764437d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/tox-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@ jobs:
run: pip install tox
- name: Run Tox
run: tox -e cov
- name: Install pytest cov
run: pip install pytest-cov
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: true
verbose: true
docs:
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest
mock
pushsource
rpm-py-installer
rpmdyn
bandit==1.7.5
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ deps=
pytest-cov
usedevelop=true
commands=
pytest --cov-report=html --cov-report=xml --cov=src {posargs}
pytest --cov-report=html --cov-report=xml --cov=src --cov-fail-under 100 {posargs}

[testenv:docs]
deps=
Expand Down

0 comments on commit 764437d

Please sign in to comment.