Skip to content

Commit

Permalink
Merge 169d88f into 3242fc8
Browse files Browse the repository at this point in the history
  • Loading branch information
butler54 committed Oct 7, 2021
2 parents 3242fc8 + 169d88f commit caf87aa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/python-test.yml
Expand Up @@ -130,10 +130,13 @@ jobs:
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.7' }}
run: |
make test-cov
- name: Push code-cov
- name: Run coveralls
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.7' }}
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pip uninstall python-coveralls
pip install coveralls
coveralls --service=github

2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -102,7 +102,7 @@ Consult [contributors](https://github.com/IBM/compliance-trestle/graphs/contribu
```

[coverage]: https://codecov.io/gh/IBM/compliance-trestle
[coverage-badge]: https://codecov.io/gh/IBM/compliance-trestle/branch/develop/graph/badge.svg?token=1AUXDAF3OB
[coverage-badge]: https://img.shields.io/coveralls/github/IBM/compliance-trestle
[platform-badge]: https://img.shields.io/badge/platform-osx%20%7C%20linux-orange.svg
[pre-commit]: https://github.com/pre-commit/pre-commit
[pre-commit-badge]: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
Expand Down

0 comments on commit caf87aa

Please sign in to comment.