Skip to content

Commit 1972bc5

Browse files
cmichiascjonesHCastano
authored
Bring codecov back (use-ink#1407)
* Revert "Remove `codecov` CI stage (use-ink#1405)" This reverts commit 01115f3. * Set `RUSTC_BOOTSTRAP` * Update .gitlab-ci.yml Co-authored-by: Andrew Jones <ascjones@gmail.com> Co-authored-by: Andrew Jones <ascjones@gmail.com> Co-authored-by: Hernando Castano <hernando@hcastano.com>
1 parent cf0c22e commit 1972bc5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@
44
Parity's ink! for writing smart contracts
55
</h1>
66

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

99
[a1]: https://gitlab.parity.io/parity/ink/badges/master/pipeline.svg
1010
[a2]: https://gitlab.parity.io/parity/ink/pipelines?ref=master
11+
[c1]: https://codecov.io/gh/paritytech/ink/branch/master/graph/badge.svg
12+
[c2]: https://codecov.io/gh/paritytech/ink/branch/master
13+
[d1]: https://coveralls.io/repos/github/paritytech/ink/badge.svg?branch=master
14+
[d2]: https://coveralls.io/github/paritytech/ink?branch=master
1115
[e1]: https://tokei.rs/b1/github/paritytech/ink?category=code
1216
[e2]: https://github.com/Aaronepower/tokei#badges
1317
[f1]: https://img.shields.io/badge/click-blue.svg
@@ -159,7 +163,7 @@ mod flipper {
159163
#[cfg(test)]
160164
mod tests {
161165
use super::*;
162-
166+
163167
#[ink::test]
164168
fn it_works() {
165169
let mut flipper = Flipper::new(false);

0 commit comments

Comments
 (0)