Skip to content

Commit

Permalink
Merge pull request #971 from ember-cli/kg-update-codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
kategengler authored Nov 7, 2024
2 parents b658992 + fff282e commit e907455
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
run: yarn install --frozen-lockfile
- name: Run Tests
run: yarn node-test-with-coverage
- uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}


floating:
name: "Floating Dependencies"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"scripts": {
"lint": "eslint .",
"node-test": "mocha test/**/*.js",
"node-test-with-coverage": "nyc --reporter lcov npm run-script node-test && node_modules/.bin/codecov",
"node-test-with-coverage": "nyc --reporter lcov npm run-script node-test",
"start": "ember serve",
"test": "npm run-script lint && npm run-script node-test"
},
Expand Down

0 comments on commit e907455

Please sign in to comment.