We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27b6bf9 commit 28316eeCopy full SHA for 28316ee
.github/workflows/ci.yml
@@ -34,6 +34,7 @@ jobs:
34
- run: make test-coverage
35
- run: coveralls || true
36
env:
37
+ COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
38
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
- run: make lint
40
- run: make benchmark
0 commit comments