Skip to content

Commit

Permalink
WIP - coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathew1011 committed Feb 3, 2021
1 parent 79e458c commit 84f0ffb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ jobs:
xvfb-run --auto-servernum npm run test-ci
grunt coverage
- name: "Coveralls Coverage Report"
uses: coverallsapp/github-action@master
- name: "Coverage Report"
uses: MikeEdgar/github-action@raw_coverage_file
with:
github-token: ${{ secrets.github_token }}
path-to-lcov: coverage/lcov.info
path-to-file: 'coverage/coveralls.json'
coverage-format: raw
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"pretest": "npm install",
"test": "karma start karma.conf.js",
"test-single-run": "karma start karma.conf.js --single-run",
"test-ci": "karma start karma.conf.js --no-auto-watch --single-run --browsers=Chrome",
"test-ci": "karma start karma.conf.js --no-auto-watch --single-run --browsers=ChromeHeadless",
"preupdate-webdriver": "npm install",
"update-webdriver": "webdriver-manager update",
"preprotractor": "npm run update-webdriver",
Expand Down

0 comments on commit 84f0ffb

Please sign in to comment.