Skip to content

Commit

Permalink
Maybe one step is just enough
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBertolinSG committed Nov 7, 2017
1 parent 794e529 commit e1140dc
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,26 +80,14 @@ pipeline:
matrix:
TEST_SUITE: coverage

codecov_sqlite:
codecov:
image: plugins/codecov:1
secrets: [codecov_token]
pull: true
files:
- tests/autotest-clover-sqlite.xml
- tests/autotest-clover-${DB_TYPE}.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
- ${DB_TYPE}
when:
matrix:
TEST_SUITE: coverage
Expand Down

0 comments on commit e1140dc

Please sign in to comment.