Skip to content

Commit

Permalink
CI #746 diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Oct 21, 2022
1 parent 5b2268a commit 6a2ef14
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,17 @@ jobs:
coverage report --precision 3
- name: Upload coverage data to coveralls.io
run: coveralls --service=github
run: |
# pip install coveralls
micromamba list coveralls
which coveralls
coveralls --service=github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_FLAG_NAME: ${{ matrix.test-name }}
COVERALLS_PARALLEL: true

# https://coveralls-python.readthedocs.io/en/latest/usage/configuration.html#github-actions-support
coveralls:
name: Report unit test coverage to coveralls
needs: test-matrix
Expand Down

0 comments on commit 6a2ef14

Please sign in to comment.