File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 5
5
- 2.12.4
6
6
7
7
script :
8
- - sbt clean test
8
+ - sbt clean coverage test coverageReport
9
9
10
10
after_success :
11
11
- bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Merkle trees are typically implemented as binary trees where each non-leaf node
4
4
The leaves can either be the data itself or a hash/signature of the data.
5
5
6
6
[ ![ Build Status] ( https://travis-ci.org/arukavytsia/merkle-tree.svg )] ( https://travis-ci.org/arukavytsia/merkle-tree )
7
+ [ ![ Test Coverage] ( https://codecov.io/gh/arukavytsia/merkle-tree/branch/master/graphs/badge.svg )] ( https://codecov.io/gh/arukavytsia/merkle-tree/?branch=master )
7
8
[ ![ License] ( https://img.shields.io/badge/license-GNU-green.svg )] ( https://github.com/arukavytsia/merkle-tree/blob/master/LICENSE )
8
9
9
10
## API
Original file line number Diff line number Diff line change 1
- logLevel := Level .Warn
1
+ logLevel := Level .Warn
2
+
3
+ addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 1.5.1" )
You can’t perform that action at this time.
0 commit comments