Skip to content

Commit

Permalink
Spliting codecov step into two database groups
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBertolinSG committed Nov 7, 2017
1 parent 2bf2c7c commit 794e529
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,27 @@ pipeline:
matrix:
TEST_SUITE: coverage

codecov:
codecov_sqlite:
image: plugins/codecov:1
secrets: [codecov_token]
pull: true
files:
- tests/autotest-clover-${DB_TYPE}.xml
- tests/autotest-clover-sqlite.xml
flags:
- sqlite
when:
matrix:
TEST_SUITE: coverage

codecov_mysql:
image: plugins/codecov:1
secrets: [codecov_token]
pull: true
files:
- tests/autotest-clover-mysql.xml
flags:
- mysql
when:
event: [push, pull_request]
matrix:
TEST_SUITE: coverage

Expand Down

0 comments on commit 794e529

Please sign in to comment.