Skip to content

Commit 1f3b9a9

Browse files
committed
add codacy coverage
1 parent 78b5bf7 commit 1f3b9a9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ jdk:
77

88
script:
99
- sbt clean coverage test
10-
10+
- sbt coverageReport
11+
- sbt coverageAggregate
1112

1213
after_success:
13-
- bash <(curl -s https://codecov.io/bash)
14+
- sbt codacyCoverage

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ wookie
22
======
33

44
[![Build Status](https://travis-ci.org/pepegar/wookie.svg?branch=master)](https://travis-ci.org/pepegar/wookie)
5-
5+
[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/77df883f34e6426aaec93ed5ee6b88eb)](https://www.codacy.com/app/jl-garhdez/wookie?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=pepegar/wookie&amp;utm_campaign=Badge_Coverage)
66
<img alt="GHHHAAAAAAHAHHAHAAHAAAAAA" align=right src="chewbacca.jpg"/>
7+
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/77df883f34e6426aaec93ed5ee6b88eb)](https://www.codacy.com/app/jl-garhdez/wookie?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=pepegar/wookie&amp;utm_campaign=Badge_Grade)
78

89
**wookie** is a purely functional library for connecting to AWS with Scala.
910

0 commit comments

Comments
 (0)