-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,10 +24,13 @@ before_install: | |
- sudo service mysql restart | ||
- mysql -uroot -proot -e 'CREATE DATABASE IF NOT EXISTS vote_test;' | ||
install: | ||
- npm install -g codecov | ||
- npm install | ||
before_script: | ||
script: | ||
- npm run ci | ||
- npm run ci | ||
# - istanbul cover ./node_modules/mocha/bin/_mocha --reporter lcovonly -- -R spec | ||
- codecov | ||
after_success: | ||
- tar -jcf egg.tar.bz2 * .* | ||
- scp egg.tar.bz2 [email protected]:~/ | ||
|
@@ -44,3 +47,4 @@ branches: | |
- master | ||
env: | ||
global: | ||
- CODECOV_TOKEN="a7b5f136-6a3e-4e2f-afc4-4f3082cec1b9" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
codecov: | ||
token: a7b5f136-6a3e-4e2f-afc4-4f3082cec1b9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters