Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9cb4c60

Browse files
committedJul 2, 2019
pass token explicitly
1 parent 1b611b1 commit 9cb4c60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ steps:
2323
commands:
2424
- task test
2525
- task test-legacy
26-
- codecov -cF unit -f '*_unit.txt'
27-
- codecov -cF integ -f '*_integ.txt'
26+
- codecov -cF unit -f coverage_unit.txt -t $CODECOV_TOKEN
27+
- codecov -cF integ -f coverage_integ.txt -t $CODECOV_TOKEN

0 commit comments

Comments
 (0)
Please sign in to comment.