Permalink
Browse files
Use a coverage profile on travis
- Loading branch information
Showing
with
2 additions
and
1 deletion.
-
+1
−1
.travis.yml
-
+1
−0
project.clj
|
@@ -12,7 +12,7 @@ script: |
|
|
- ./travis.sh |
|
|
|
|
|
after_success: |
|
|
- lein cloverage --codecov |
|
|
- lein with-profile coverage cloverage --codecov |
|
|
- bash <(curl -s https://codecov.io/bash) -f target/coverage/codecov.json |
|
|
|
|
|
notifications: |
|
|
|
@@ -13,6 +13,7 @@ |
|
|
:profiles {:uberjar {:aot :all} |
|
|
:dev {:source-paths ["dev/"] |
|
|
:main jank.dev} |
|
|
:coverage {:resource-paths ["dev-resources/"]} |
|
|
:benchmark {:dependencies [[criterium "0.4.4"] |
|
|
[clj-time "0.13.0"]] |
|
|
:source-paths ["benchmark/"] |
|
|
0 comments on commit
72de792