Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
public
/
sequelize
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
不要怂,就是干,撸起袖子干!
Commit 3e51dca0
authored
Sep 05, 2016
by
Jan Aagaard Meier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding codecov.yml
1 parent
757cba5c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
7 deletions
.travis.yml
codecov.yml
package.json
.travis.yml
View file @
3e51dca
...
@@ -14,8 +14,6 @@ env:
...
@@ -14,8 +14,6 @@ env:
-
CC=clang
-
CC=clang
-
CXX=clang++
-
CXX=clang++
-
npm_config_clang=1
-
npm_config_clang=1
-
COVERALLS_REPO_TOKEN=751SiA6QhY5EH4P2ygq7JFWulqiD2ETXO
-
COVERALLS_PARALLEL=true
matrix
:
matrix
:
-
DIALECT=mysql
-
DIALECT=mysql
-
DIALECT=postgres
-
DIALECT=postgres
...
@@ -40,7 +38,7 @@ before_script:
...
@@ -40,7 +38,7 @@ before_script:
-
"
psql
sequelize_test
-c
'create
extension
postgis;'
-U
postgres"
-
"
psql
sequelize_test
-c
'create
extension
postgis;'
-U
postgres"
script
:
script
:
-
"
if
[
$COVERAGE
];
then
npm
run
c
i-coverage
;
else
npm
run
test;
fi"
-
"
if
[
$COVERAGE
];
then
npm
run
c
over
&&
bash
<(curl
-s
https://codecov.io/bash)
-f
coverage/lcov.info
;
else
npm
run
test;
fi"
matrix
:
matrix
:
include
:
include
:
...
@@ -53,5 +51,3 @@ matrix:
...
@@ -53,5 +51,3 @@ matrix:
-
node_js
:
"
6"
-
node_js
:
"
6"
env
:
COVERAGE=true DIALECT=sqlite
env
:
COVERAGE=true DIALECT=sqlite
notifications
:
webhooks
:
https://coveralls.io/webhook?repo_token=$COVERALLS_REPO_TOKEN
codecov.yml
0 → 100644
View file @
3e51dca
comment
:
layout
:
"
header,
changes"
behavior
:
default
package.json
View file @
3e51dca
...
@@ -59,7 +59,6 @@
...
@@ -59,7 +59,6 @@
"chai-as-promised"
:
"^5.1.0"
,
"chai-as-promised"
:
"^5.1.0"
,
"chai-datetime"
:
"^1.4.0"
,
"chai-datetime"
:
"^1.4.0"
,
"chai-spies"
:
"^0.7.0"
,
"chai-spies"
:
"^0.7.0"
,
"codecov"
:
"^1.0.1"
,
"commander"
:
"^2.6.0"
,
"commander"
:
"^2.6.0"
,
"continuation-local-storage"
:
"^3.1.4"
,
"continuation-local-storage"
:
"^3.1.4"
,
"cross-env"
:
"^2.0.1"
,
"cross-env"
:
"^2.0.1"
,
...
@@ -130,7 +129,6 @@
...
@@ -130,7 +129,6 @@
"cover-integration"
:
"cross-env COVERAGE=true node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -t 60000 --ui tdd
\"
test/integration/**/*.test.js
\"
&& node -e
\"
require('fs').renameSync('coverage/lcov.info', 'coverage/integration.info')
\"
"
,
"cover-integration"
:
"cross-env COVERAGE=true node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -t 60000 --ui tdd
\"
test/integration/**/*.test.js
\"
&& node -e
\"
require('fs').renameSync('coverage/lcov.info', 'coverage/integration.info')
\"
"
,
"cover-unit"
:
"cross-env COVERAGE=true node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -t 30000 --ui tdd
\"
test/unit/**/*.test.js
\"
&& node -e
\"
require('fs').renameSync('coverage/lcov.info', 'coverage/unit.info')
\"
"
,
"cover-unit"
:
"cross-env COVERAGE=true node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -t 30000 --ui tdd
\"
test/unit/**/*.test.js
\"
&& node -e
\"
require('fs').renameSync('coverage/lcov.info', 'coverage/unit.info')
\"
"
,
"merge-coverage"
:
"lcov-result-merger
\"
coverage/*.info
\"
\"
coverage/lcov.info
\"
"
,
"merge-coverage"
:
"lcov-result-merger
\"
coverage/*.info
\"
\"
coverage/lcov.info
\"
"
,
"ci-coverage"
:
"npm run cover && codecov"
,
"sscce"
:
"docker-compose run sequelize /bin/sh -c
\"
node sscce.js
\"
"
,
"sscce"
:
"docker-compose run sequelize /bin/sh -c
\"
node sscce.js
\"
"
,
"sscce-mysql"
:
"cross-env DIALECT=mysql npm run sscce"
,
"sscce-mysql"
:
"cross-env DIALECT=mysql npm run sscce"
,
"sscce-postgres"
:
"cross-env DIALECT=postgres npm run sscce"
,
"sscce-postgres"
:
"cross-env DIALECT=postgres npm run sscce"
,
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment