We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b611b1 commit 9cb4c60Copy full SHA for 9cb4c60
.drone.yml
@@ -23,5 +23,5 @@ steps:
23
commands:
24
- task test
25
- task test-legacy
26
- - codecov -cF unit -f '*_unit.txt'
27
- - codecov -cF integ -f '*_integ.txt'
+ - codecov -cF unit -f coverage_unit.txt -t $CODECOV_TOKEN
+ - codecov -cF integ -f coverage_integ.txt -t $CODECOV_TOKEN
0 commit comments