Skip to content

Commit 2859d02

Browse files
committed
remove Coveralls code
1 parent 631f89a commit 2859d02

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@ jobs:
3939
- uses: codecov/codecov-action@v1
4040
with:
4141
file: lcov.info
42-
- name: Coveralls GitHub Action
43-
uses: coverallsapp/github-action@master
44-
with:
45-
github-token: ${{ secrets.GITHUB_TOKEN }}
46-
continue-on-error: true
4742
docs:
4843
name: Documentation
4944
runs-on: ubuntu-latest

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
| Documentation | CI Status | Coverage |
44
|:-------------------:|:------------------:|:-----------------:|
5-
| [![][docs-stable-img]][docs-stable-url] [![][docs-latest-img]][docs-latest-url] | [![][CI-img]][CI-url] | [![][coveralls-img]][coveralls-url] [![][codecov-img]][codecov-url] |
5+
| [![][docs-stable-img]][docs-stable-url] [![][docs-latest-img]][docs-latest-url] | [![][CI-img]][CI-url] | [![][codecov-img]][codecov-url] |
66

77
[docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg
88
[docs-latest-url]: https://getzze.github.io/RobustModels.jl/dev
@@ -13,9 +13,6 @@
1313
[CI-img]: https://github.com/getzze/RobustModels.jl/workflows/CI/badge.svg
1414
[CI-url]: https://github.com/getzze/RobustModels.jl/actions
1515

16-
[coveralls-img]: https://img.shields.io/coveralls/github/getzze/RobustModels.jl?label=Coveralls&logo=coveralls
17-
[coveralls-url]: https://coveralls.io/github/getzze/RobustModels.jl?branch=master
18-
1916
[codecov-img]: https://img.shields.io/codecov/c/github/getzze/RobustModels.jl?label=Codecov&logo=codecov
2017
[codecov-url]: https://codecov.io/gh/getzze/RobustModels.jl/branch/master
2118

0 commit comments

Comments
 (0)