Skip to content

Commit

Permalink
fixed #16 fix codecov configuration
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 6a1d4cd commit 3d2c9b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ steps:
- name: coverage
image: plugins/codecov:v2.0.3
settings:
token: {{ codecov-token }}
token:
from_secret: codecov-token
files:
- target/site/jacoco/jacoco.xml

0 comments on commit 3d2c9b9

Please sign in to comment.