Skip to content

Commit

Permalink
Continuous integration: re-enable coveralls test coverage upload (#637)
Browse files Browse the repository at this point in the history
* Restore Coveralls GitHub Action for Python

* Only attempt to run coveralls uploads on Linux platforms

* Add the coveralls repo token back in github actions

Co-authored-by: Hristo Harsev <hhursev@gmail.com>
  • Loading branch information
jayaddison and hhursev committed Oct 16, 2022
1 parent c074623 commit 8553024
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/unittests.yaml
Expand Up @@ -43,3 +43,10 @@ jobs:
- name: Unittest and Coverage Report
run: |
python run_tests.py
# Provide code coverage reports on Linux
- if: ${{ matrix.os == 'ubuntu-latest' }}
name: coveralls.io
uses: AndreMiras/coveralls-python-action@develop
with:
# coveralls repo token
github-token: "SmlfzlVJy4ow55rduU7IU5GmmFCfAdGeq"

0 comments on commit 8553024

Please sign in to comment.