We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc42223 commit 86c88b1Copy full SHA for 86c88b1
.github/workflows/torch-struct.yml
@@ -31,9 +31,10 @@ jobs:
31
run: |
32
pytest --cov=torch_struct --cov-report annotate:annotate --cov-report term-missing torch_struct/
33
- name: Coveralls
34
- uses: coverallsapp/github-action@master
35
- with:
36
- github-token: ${{ secrets.GITHUB_TOKEN }}
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ run: |
37
+ coveralls
38
- name: Upload pytest test results
39
uses: actions/upload-artifact@v2
40
with:
0 commit comments