Skip to content

Commit c8b71e8

Browse files
committed
Push test coverage to coveralls.io
1 parent 93aa739 commit c8b71e8

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,11 @@ jobs:
3838
3939
- name: Test installed package
4040
run: |
41-
pytest -v
41+
pytest -v --cov=bids2openminds --cov-report=lcov
42+
43+
- name: Upload coverage to Coveralls
44+
if: matrix.os == 'ubuntu-latest'
45+
uses: coverallsapp/github-action@v2
46+
with:
47+
github-token: ${{ secrets.GITHUB_TOKEN }}
48+
path-to-lcov: coverage.lcov

0 commit comments

Comments
 (0)