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.
2 parents 31dc1e2 + 17f7f9b commit bb71b27Copy full SHA for bb71b27
.github/workflows/CI.yml
@@ -41,9 +41,9 @@ jobs:
41
- uses: julia-actions/cache@v2
42
- uses: julia-actions/julia-buildpkg@v1
43
- uses: julia-actions/julia-runtest@v1
44
- - uses: julia-actions/julia-uploadcoveralls@v1
45
- env:
46
- COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
+ # - uses: julia-actions/julia-uploadcoveralls@v1
+ # env:
+ # COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
47
docs:
48
name: Documentation
49
runs-on: ubuntu-latest
0 commit comments