Skip to content

Commit

Permalink
ci: swap to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
cecilia-sanare committed Mar 14, 2024
1 parent 678c346 commit 6ae3b10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,9 @@ jobs:
- name: Generate code coverage
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info

- name: Coveralls
uses: coverallsapp/github-action@v2
- uses: codecov/[email protected]
with:
parallel: false
token: ${{ secrets.CODECOV_TOKEN }}

- run: cargo publish --token ${CRATES_TOKEN}
if: startsWith(github.ref, 'refs/tags/')
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
[![Crates.io][crates-image]][crates-url] [![docs.rs][docsrs-image]][docsrs-url]

[![Coveralls][coveralls-image]][coveralls-url] [![CI Build][github-actions-image]][github-actions-url]
[![Coverage][coverage-image]][coverage-url] [![CI Build][github-actions-image]][github-actions-url]

## protontweaks-api-rs

Rust api for interacting with https://api.protontweaks.com

[github-actions-image]: https://img.shields.io/github/actions/workflow/status/rain-cafe/protontweaks-api-rs/ci.yml?event=push
[github-actions-url]: https://github.com/rain-cafe/protontweaks-api-rs/actions/workflows/ci.yml?query=branch%3Amain
[coveralls-image]: https://img.shields.io/coveralls/rain-cafe/protontweaks-api-rs.svg
[coveralls-url]: https://coveralls.io/github/rain-cafe/protontweaks-api-rs?branch=main
[maintainability-image]: https://img.shields.io/codeclimate/maintainability/rain-cafe/protontweaks-api-rs
[maintainability-url]: https://codeclimate.com/github/rain-cafe/protontweaks-api-rs/maintainability
[coverage-image]: https://img.shields.io/codecov/c/github/rain-cafe/protontweaks-api-rs
[coverage-url]: https://app.codecov.io/gh/rain-cafe/protontweaks-api-rs
[crates-image]: https://img.shields.io/crates/v/protontweaks-api.svg
[crates-url]: https://crates.io/crates/protontweaks-api
[docsrs-image]: https://docs.rs/protontweaks-api/badge.svg
Expand Down

0 comments on commit 6ae3b10

Please sign in to comment.