Skip to content

Commit 3b165af

Browse files
Use coveralls.io instead of codecov.io
Codecov.io has changed their permissions in a way that is incompatible with the org this repo is hosted in; switch to coveralls.io.
1 parent 0e964b0 commit 3b165af

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,8 @@ jobs:
103103
uses: taiki-e/install-action@cargo-llvm-cov
104104
- name: Generate code coverage
105105
run: cargo llvm-cov --all-features --workspace --exclude xtask --lcov --output-path lcov.info
106-
- name: Upload coverage to Codecov
107-
uses: codecov/codecov-action@v3
108-
with:
109-
files: lcov.info
110-
fail_ci_if_error: true
106+
- name: Coveralls
107+
uses: coverallsapp/github-action@v2
111108

112109
spellcheck:
113110
runs-on: ubuntu-22.04

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# gpt-disk-rs
22

3-
[![codecov](https://codecov.io/gh/google/gpt-disk-rs/branch/main/graph/badge.svg?token=qN5MUcTVQ5)](https://codecov.io/gh/google/gpt-disk-rs)
3+
[![Coverage Status](https://coveralls.io/repos/github/google/gpt-disk-rs/badge.svg?branch=main)](https://coveralls.io/github/google/gpt-disk-rs?branch=main)
44

55
`no_std` libraries related to [GPT] (GUID Partition Table) disk
66
data. There are three Rust packages in this repository:

0 commit comments

Comments
 (0)