Skip to content

Commit

Permalink
Use coveralls.io instead of codecov.io
Browse files Browse the repository at this point in the history
Codecov.io has changed their permissions in a way that is incompatible
with the org this repo is hosted in; switch to coveralls.io.
  • Loading branch information
nicholasbishop committed May 3, 2024
1 parent 0e964b0 commit 3b165af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,8 @@ jobs:
uses: taiki-e/install-action@cargo-llvm-cov
- name: Generate code coverage
run: cargo llvm-cov --all-features --workspace --exclude xtask --lcov --output-path lcov.info
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
files: lcov.info
fail_ci_if_error: true
- name: Coveralls
uses: coverallsapp/github-action@v2

spellcheck:
runs-on: ubuntu-22.04
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gpt-disk-rs

[![codecov](https://codecov.io/gh/google/gpt-disk-rs/branch/main/graph/badge.svg?token=qN5MUcTVQ5)](https://codecov.io/gh/google/gpt-disk-rs)
[![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)

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

0 comments on commit 3b165af

Please sign in to comment.