Skip to content

Commit

Permalink
fixed #16 add drone.io config for codecov
Browse files Browse the repository at this point in the history
Co-Authored-By: Sandra Parsick <[email protected]>
Co-Authored-By: Karl Heinz Marbaise <[email protected]>
  • Loading branch information
3 people committed Apr 20, 2021
1 parent 63d2d35 commit 6a1d4cd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,10 @@ steps:
pull: always
image: docker.io/maven:3.6.3-jdk-8-slim
commands:
- mvn -V clean verify --fail-at-end --batch-mode
- mvn -V clean verify --fail-at-end --batch-mode
- name: coverage
image: plugins/codecov:v2.0.3
settings:
token: {{ codecov-token }}
files:
- target/site/jacoco/jacoco.xml

0 comments on commit 6a1d4cd

Please sign in to comment.