Skip to content

Commit 17f7f9b

Browse files
committed
Commment code coverage via coverall for now.
1 parent 31dc1e2 commit 17f7f9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
- uses: julia-actions/cache@v2
4242
- uses: julia-actions/julia-buildpkg@v1
4343
- uses: julia-actions/julia-runtest@v1
44-
- uses: julia-actions/julia-uploadcoveralls@v1
45-
env:
46-
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
44+
# - uses: julia-actions/julia-uploadcoveralls@v1
45+
# env:
46+
# COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
4747
docs:
4848
name: Documentation
4949
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)