Skip to content

Commit c8d2d93

Browse files
committed
Update coverage
1 parent a3c206a commit c8d2d93

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ jobs:
2525
black --line-length 80 --check --diff tensorflow_riemopt
2626
- name: Test with pytest
2727
run: |
28-
pytest -v tensorflow_riemopt --cov tensorflow_manopt
28+
pytest -v tensorflow_riemopt --cov tensorflow_riemopt
2929
- name: Publish to coveralls.io
30-
uses: coverallsapp/[email protected]
31-
with:
32-
github-token: ${{ github.token }}
30+
env:
31+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32+
run: |
33+
coveralls --service=github

0 commit comments

Comments
 (0)