Skip to content

Commit

Permalink
Using coveralls in CI for code coverage (#86)
Browse files Browse the repository at this point in the history
* Adding coveralls to CI
* Dropping some test requirement constraints
  • Loading branch information
holtgrewe committed Mar 26, 2021
1 parent 7d34dc9 commit f01bb49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -34,6 +34,8 @@ jobs:
run: coverage report
- name: Create XML report for codacy
run: coverage xml
- name: Coveralls
uses: AndreMiras/coveralls-python-action@develop
- name: Run codacy-coverage-reporter
uses: codacy/codacy-coverage-reporter-action@master
with:
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Expand Up @@ -7,10 +7,10 @@ tox ==2.9.1
pytest >=3.6.0
pytest-runner >=2.11.1
pytest-cache >=1.0
pytest-cov >=2.4.0
pytest-cov

# Coverage report
coverage==4.5.1
coverage
codacy-coverage >=1.3.6

# Flake8 for lintoing
Expand Down

0 comments on commit f01bb49

Please sign in to comment.