Skip to content

Commit e907455

Browse files
authored
Merge pull request #971 from ember-cli/kg-update-codecov
2 parents b658992 + fff282e commit e907455

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ jobs:
4141
run: yarn install --frozen-lockfile
4242
- name: Run Tests
4343
run: yarn node-test-with-coverage
44+
- uses: codecov/codecov-action@v4
45+
with:
46+
fail_ci_if_error: true
47+
token: ${{ secrets.CODECOV_TOKEN }}
48+
4449

4550
floating:
4651
name: "Floating Dependencies"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"scripts": {
2525
"lint": "eslint .",
2626
"node-test": "mocha test/**/*.js",
27-
"node-test-with-coverage": "nyc --reporter lcov npm run-script node-test && node_modules/.bin/codecov",
27+
"node-test-with-coverage": "nyc --reporter lcov npm run-script node-test",
2828
"start": "ember serve",
2929
"test": "npm run-script lint && npm run-script node-test"
3030
},

0 commit comments

Comments
 (0)