Run plain bin

This commit is contained in:
Luke Murphy 2020-10-26 11:40:41 +01:00
parent 38f0c92bc7
commit be2fffd858
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ steps:
- name: send code coverage report to codecov
image: robertstettner/drone-codecov
commands:
- /bin/drone-codecov -s coverage
- codecov -s coverage
secrets:
- codecov_token