File tree Expand file tree Collapse file tree 5 files changed +2
-19
lines changed Expand file tree Collapse file tree 5 files changed +2
-19
lines changed Original file line number Diff line number Diff line change 1111# misc
1212/.sass-cache
1313/connect.lock
14- /coverage /*
1514/libpeerconnection.log
1615npm-debug.log
1716testem.log
18- lcov.dat
19- coverage.json
Original file line number Diff line number Diff line change @@ -44,10 +44,3 @@ script:
4444 # Usually, it's ok to finish the test scenario without reverting
4545 # to the addon's original dependency state, skipping "cleanup".
4646 - ember try:one $EMBER_TRY_SCENARIO test --skip-cleanup
47-
48- addons :
49- code_climate :
50- repo_token : 8eea650d4493e34429bf149a5b9d68f78963b56410568902bf9d52eed54c8cc5
51-
52- after_script :
53- - codeclimate < lcov.dat
Original file line number Diff line number Diff line change 55 "ember-cli-shims" : " 0.1.1" ,
66 "ember-qunit-notifications" : " 0.1.0" ,
77 "fetch" : " ~0.10.1" ,
8- "es6-promise" : " ~3.0.2" ,
9- "blanket" : " ~1.1.5"
8+ "es6-promise" : " ~3.0.2"
109 },
1110 "devDependencies" : {
1211 "sinon" : " http://sinonjs.org/releases/sinon-1.15.0.js" ,
13- "es5-shim" : " ^4.5.9" ,
14- "blanket" : " ~1.1.7"
12+ "es5-shim" : " ^4.5.9"
1513 }
1614}
Original file line number Diff line number Diff line change 2626 "ember-buffered-proxy" : " ^0.5.1" ,
2727 "ember-cli" : " 2.7.0" ,
2828 "ember-cli-app-version" : " ^1.0.0" ,
29- "ember-cli-blanket" : " ^0.9.2" ,
3029 "ember-cli-content-security-policy" : " 0.4.0" ,
3130 "ember-cli-dependency-checker" : " ^1.2.0" ,
3231 "ember-cli-get-dependency-depth" : " ^1.0.0" ,
Original file line number Diff line number Diff line change 1313 < link rel ="stylesheet " href ="{{rootURL}}assets/vendor.css ">
1414 < link rel ="stylesheet " href ="{{rootURL}}assets/dummy.css ">
1515 < link rel ="stylesheet " href ="{{rootURL}}assets/test-support.css ">
16- < style > # blanket-main { position : relative; z-index : 99999 ; }</ style >
1716
1817 {{content-for "head-footer"}}
1918 {{content-for "test-head-footer"}}
2625 < script src ="{{rootURL}}assets/vendor.js "> </ script >
2726 < script src ="{{rootURL}}assets/test-support.js "> </ script >
2827 < script src ="{{rootURL}}assets/dummy.js "> </ script >
29- < script src ="{{rootURL}}assets/blanket-options.js "> </ script >
30- < script src ="{{rootURL}}assets/blanket-loader.js "> </ script >
3128 < script src ="{{rootURL}}assets/fixtures.js "> </ script >
3229 < script src ="{{rootURL}}assets/sinon/index.js "> </ script >
3330 < script src ="{{rootURL}}assets/tests.js "> </ script >
34- < script src ="{{rootURL}}assets/test-loader.js "> </ script >
3531
3632 {{content-for "body-footer"}}
3733 {{content-for "test-body-footer"}}
You can’t perform that action at this time.
0 commit comments