Skip to content

Commit af9d16f

Browse files
authored
fix: replace codeclimate with codecov config in travis
1 parent d501dcd commit af9d16f

File tree

4 files changed

+4
-31
lines changed

4 files changed

+4
-31
lines changed

.codeclimate.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

.releaserc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@
4646
"package-lock.json",
4747
"CHANGELOG.md",
4848
"docs/environments/version.ts",
49-
"docs/assets/archived-versions.json",
50-
"dist/toppy-app/assets/archived-versions.json"
49+
"docs/assets/archived-versions.json"
5150
],
5251
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
5352
}

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ node_js:
1111
- 9.3.0
1212
install:
1313
- npm install
14+
- npm install -g codecov
1415
before_script:
1516
- export CHROME_BIN=/usr/bin/google-chrome
1617
- export DISPLAY=:99.0
@@ -21,6 +22,7 @@ before_script:
2122
- sudo dpkg -i google-chrome*.deb
2223
script:
2324
- npm run test:lib -- --watch=false
25+
- codecov
2426
- npm run build:lib
2527
- npm run build:app
2628
after_success:

projects/toppy/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = function (config) {
1717
},
1818
coverageIstanbulReporter: {
1919
dir: require('path').join(__dirname, '../../coverage'),
20-
reports: ['html', 'lcovonly'],
20+
reports: ['html', 'lcovonly','json'],
2121
fixWebpackSourcePaths: true
2222
},
2323
reporters: ['progress', 'kjhtml'],

0 commit comments

Comments
 (0)