Skip to content

Commit bb71b27

Browse files
authored
Merge pull request #2 from UCL/disable-coverall
Commment code coverage via coveralls for now.
2 parents 31dc1e2 + 17f7f9b commit bb71b27

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)