Skip to content

Commit

Permalink
Bring codecov back (#1407)
Browse files Browse the repository at this point in the history
* Revert "Remove `codecov` CI stage (#1405)"

This reverts commit 01115f3.

* Set `RUSTC_BOOTSTRAP`

* Update .gitlab-ci.yml

Co-authored-by: Andrew Jones <[email protected]>

Co-authored-by: Andrew Jones <[email protected]>
Co-authored-by: Hernando Castano <[email protected]>
  • Loading branch information
3 people authored Sep 23, 2022
1 parent cf0c22e commit 1972bc5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@
Parity's ink! for writing smart contracts
</h1>

[![linux][a1]][a2] [![loc][e1]][e2] [![stack-exchange][s1]][s2]
[![linux][a1]][a2] [![codecov][c1]][c2] [![coveralls][d1]][d2] [![loc][e1]][e2] [![stack-exchange][s1]][s2]

[a1]: https://gitlab.parity.io/parity/ink/badges/master/pipeline.svg
[a2]: https://gitlab.parity.io/parity/ink/pipelines?ref=master
[c1]: https://codecov.io/gh/paritytech/ink/branch/master/graph/badge.svg
[c2]: https://codecov.io/gh/paritytech/ink/branch/master
[d1]: https://coveralls.io/repos/github/paritytech/ink/badge.svg?branch=master
[d2]: https://coveralls.io/github/paritytech/ink?branch=master
[e1]: https://tokei.rs/b1/github/paritytech/ink?category=code
[e2]: https://github.com/Aaronepower/tokei#badges
[f1]: https://img.shields.io/badge/click-blue.svg
Expand Down Expand Up @@ -159,7 +163,7 @@ mod flipper {
#[cfg(test)]
mod tests {
use super::*;

#[ink::test]
fn it_works() {
let mut flipper = Flipper::new(false);
Expand Down

0 comments on commit 1972bc5

Please sign in to comment.