Skip to content

Commit

Permalink
Don't clean up coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
trickl committed Sep 12, 2019
1 parent 79324f3 commit dbe136c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
.classpath
.factorypath
.project
.attach_*
.vscode/
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ before_script:
- ".travis/before-script.sh"
script:
- mvn test
after_script:
- "./cc-test-reporter format-coverage -d -t jacoco ./target/jacoco-ut/jacoco.xml"
- "./cc-test-reporter upload-coverage -d"
before_deploy:
Expand All @@ -33,6 +32,7 @@ deploy:
repo: trickl/model-oanda
all_branches: true
- provider: releases
skip_cleanup: true
api_key:
secure: tp1f8utQIJx8+DZM6xE0nf/fn6Lvx3GPAurL+MiSR7pZwjSMJfK1ABCLoVwYHxGIZyLX4lerq9KtWGEk42eHpU15/GexdKYOkswsSjaUi+DH0txwwdEqePxziLrVZ/9wDAqQ4BtCIFZ8++lkOvprxUAJawxJtJSERC+58rsj7jWv8+ufJhixv281EQQBmwgFOk/Gr6sdrONQ4WqTMYaYpukv7Gq3NYGi7hIShDcbJ29KgI9rNp+89NGUTF/z82FQMaxICMv1Dwq+sGvhU3WqsvqBEL2/+xBj1L6lh/SZ+JJClYtTL2nrD4HTffkA498WgY6ZHNVZW48Y88BtS6hPH9BzCOHowEPq6xEOGHyFMvXqYvYu8W6vfIzeTjpHsYNca3WSweHH+0EV+N5vhehM/AMOi8e7b8y5jI/deEFhCXCtIo2ffjUI/8Dq5pVINEr/+DYs+EV0QZt/n/FVWaN/+ODnzJeK5X1X3nTg8B/DXopuNz+tvBYHpsFOpr/iJBWPmXEBpU04dFGHUb8qtgf5IzHATy2ORdMCpMqyYhFve80oIatv3MhcamPU4GwaiiVpHulOVaSzHy2+HOcWSAmBetCQIJNYkZZgMv+MWLXFmJAcAL6wzSzqBW8BFCoR3ah1ogQ/YdheaTAUsF9p6Jw7Jl0MW+ZObrOAEI5a4D4+Qzs=
file: ".travis.yml"
Expand Down

0 comments on commit dbe136c

Please sign in to comment.