File tree 2 files changed +3
-6
lines changed
2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -103,11 +103,8 @@ jobs:
103
103
uses : taiki-e/install-action@cargo-llvm-cov
104
104
- name : Generate code coverage
105
105
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
111
108
112
109
spellcheck :
113
110
runs-on : ubuntu-22.04
Original file line number Diff line number Diff line change 1
1
# gpt-disk-rs
2
2
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 )
4
4
5
5
` no_std ` libraries related to [ GPT] (GUID Partition Table) disk
6
6
data. There are three Rust packages in this repository:
You can’t perform that action at this time.
0 commit comments