Skip to content

Commit ba20da8

Browse files
committed
Remove blanket (code coverage) dependencies and support
1 parent 2954f57 commit ba20da8

File tree

5 files changed

+2
-19
lines changed

5 files changed

+2
-19
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
# misc
1212
/.sass-cache
1313
/connect.lock
14-
/coverage/*
1514
/libpeerconnection.log
1615
npm-debug.log
1716
testem.log
18-
lcov.dat
19-
coverage.json

.travis.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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

bower.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@
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
}

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
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",

tests/index.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
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"}}
@@ -26,12 +25,9 @@
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"}}

0 commit comments

Comments
 (0)