Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit 3545d45

Browse files
replace codacy with codeconv
1 parent a64fff7 commit 3545d45

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: .travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ jobs:
2121
- docker build -t humanconnection/api-feathers .
2222
- script:
2323
- yarn install --frozen-lockfile --non-interactive
24-
- yarn global add codacy-coverage
25-
- yarn run ci
26-
- cat ./coverage/lcov.info | codacy-coverage
24+
- yarn global add codecov
25+
- yarn run ci && codecov
2726

2827
after_success:
2928
- wget https://raw.githubusercontent.com/DiscordHooks/travis-ci-discord-webhook/master/send.sh

0 commit comments

Comments
 (0)