Skip to content

Commit

Permalink
Merge pull request #2 from dijonkitchen/patch-1
Browse files Browse the repository at this point in the history
docs(readme): update cloverage version
  • Loading branch information
thomasrockhu authored Sep 17, 2020
2 parents cd8ec57 + c621683 commit d1f5365
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
language: clojure
jdk:
- oraclejdk8
- oraclejdk11
- openjdk11
script:
- lein test
after_success:
- CLOVERAGE_VERSION=1.0.7-SNAPSHOT lein cloverage --codecov
- CLOVERAGE_VERSION=1.1.1 lein cloverage --codecov
- bash <(curl -s https://codecov.io/bash) -f target/coverage/codecov.json
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ after_success:
> Add to your `project.clj`

```clojure
:plugins [[lein-cloverage "1.0.7-SNAPSHOT"]]
:plugins [[lein-cloverage "1.1.1"]]
```

```
CLOVERAGE_VERSION=1.0.7-SNAPSHOT lein cloverage --codecov
CLOVERAGE_VERSION=1.1.1 lein cloverage --codecov
```
This uses [cloverage with the @dlobue's codecov.io reporter](https://github.com/lshift/cloverage/pull/78).
Expand Down

0 comments on commit d1f5365

Please sign in to comment.