Skip to content

Commit

Permalink
Add coverage badge + fix CI (#4550)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Besancon authored Nov 21, 2023
1 parent 1cd32b4 commit 391b9ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
shared-key: "sanity"
save-if: ${{ github.ref_name == 'buildnet_wip' }}
save-if: ${{ github.ref_name == 'main' }}
- uses: actions-rs/cargo@v1
with:
command: fmt
Expand All @@ -59,7 +59,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
shared-key: "check"
save-if: ${{ github.ref_name == 'buildnet_wip' }}
save-if: ${{ github.ref_name == 'main' }}
- uses: arduino/setup-protoc@v1
with:
version: '3.x'
Expand All @@ -86,7 +86,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
shared-key: "clippy"
save-if: ${{ github.ref_name == 'buildnet_wip' }}
save-if: ${{ github.ref_name == 'main' }}
- uses: arduino/setup-protoc@v1
with:
version: '3.x'
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
shared-key: "massa"
save-if: ${{ github.ref_name == 'buildnet_wip' }}
save-if: ${{ github.ref_name == 'main' }}
- uses: arduino/setup-protoc@v1
with:
version: '3.x'
Expand Down Expand Up @@ -277,7 +277,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
shared-key: "doc"
save-if: ${{ github.ref_name == 'buildnet_wip' }}
save-if: ${{ github.ref_name == 'main' }}
- uses: arduino/setup-protoc@v1
with:
version: '3.x'
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
[![Bors enabled](https://bors.tech/images/badge_small.svg)](https://app.bors.tech/repositories/39543)
[![Docs](https://img.shields.io/static/v1?label=docs&message=massa&color=&style=flat)](https://massalabs.github.io/massa/massa_node/)
[![Open in Gitpod](https://shields.io/badge/Gitpod-contribute-brightgreen?logo=gitpod&style=flat)](https://gitpod.io/#https://github.com/massalabs/massa)
[![codecov](https://codecov.io/gh/massalabs/massa/graph/badge.svg?token=598URC32TV)](https://codecov.io/gh/massalabs/massa)

## About Massa

Expand Down

0 comments on commit 391b9ae

Please sign in to comment.