Skip to content

Commit 656cb9c

Browse files
committed
[skip ci] No coveralls
1 parent 9330240 commit 656cb9c

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
os: macos-latest
2929

3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v5
3232

3333
- uses: julia-actions/setup-julia@v2
3434
with:
@@ -49,8 +49,3 @@ jobs:
4949
files: lcov.info
5050
token: ${{ secrets.CODECOV_TOKEN }}
5151
fail_ci_if_error: true
52-
53-
- uses: coverallsapp/github-action@v2
54-
with:
55-
github-token: ${{ secrets.GITHUB_TOKEN }}
56-
path-to-lcov: lcov.info

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
[![CI](https://github.com/TuringLang/AbstractPPL.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/TuringLang/AbstractPPL.jl/actions/workflows/CI.yml?query=branch%3Amain)
44
[![IntegrationTest](https://github.com/TuringLang/AbstractPPL.jl/actions/workflows/IntegrationTest.yml/badge.svg?branch=main)](https://github.com/TuringLang/AbstractPPL.jl/actions/workflows/IntegrationTest.yml?query=branch%3Amain)
5-
[![Coverage Status](https://coveralls.io/repos/github/TuringLang/AbstractPPL.jl/badge.svg?branch=main)](https://coveralls.io/github/TuringLang/AbstractPPL.jl?branch=main)
65
[![Codecov](https://codecov.io/gh/TuringLang/AbstractPPL.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/TuringLang/AbstractPPL.jl)
76

87
A light-weight package to factor out interfaces and associated APIs for modelling languages for

0 commit comments

Comments
 (0)