Skip to content

Commit

Permalink
docs: add badges
Browse files Browse the repository at this point in the history
- specify flag-name for coveralls
  • Loading branch information
cecilia-sanare committed Mar 13, 2024
1 parent ef25b86 commit b820a66
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:

- name: Coveralls
uses: coverallsapp/github-action@v2
with:
flag-name: run-${{ join(matrix.*, '-') }}
parallel: true

- name: Build
run: cargo build -r --target ${{ matrix.target }} --locked
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Coveralls][coveralls-image]][coveralls-url] [![CI Build][github-actions-image]][github-actions-url] [![Maintainability][maintainability-image]][maintainability-url]

> [!IMPORTANT]
> This is the Protontweaks CLI repository, you can find its sister repositories at the following links!
Expand Down Expand Up @@ -92,3 +94,10 @@ Options:
-h, --help Print help
-V, --version Print version
```

[github-actions-image]: https://img.shields.io/github/actions/workflow/status/rain-cafe/protontweaks/ci.yml?event=push
[github-actions-url]: https://github.com/rain-cafe/protontweaks/actions/workflows/ci.yml?query=branch%3Amain
[coveralls-image]: https://img.shields.io/coveralls/rain-cafe/protontweaks.svg
[coveralls-url]: https://coveralls.io/github/rain-cafe/protontweaks?branch=main
[maintainability-image]: https://img.shields.io/codeclimate/maintainability/rain-cafe/refreshly
[maintainability-url]: https://codeclimate.com/github/rain-cafe/refreshly/maintainability

0 comments on commit b820a66

Please sign in to comment.