Skip to content

Commit

Permalink
Github Actions: Fix unit tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aarranz committed Jan 29, 2021
1 parent 9f1e485 commit b888fef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}
path-to-lcov: build/coverage/library/lcov/lcov.info
path-to-lcov: build/coverage/lcov/lcov.info
3 changes: 1 addition & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,7 @@ module.exports = function (grunt) {
junitReporter: {
"outputDir": 'build/test-reports'
},
reporters: ['junit', 'coverage'],
browsers: ['ChromeNoSandbox', 'Firefox'],
reporters: ["junit", "coverage", "progress"],
coverageReporter: {
reporters: [
{type: 'cobertura', dir: 'build/coverage', subdir: 'xml'},
Expand Down

0 comments on commit b888fef

Please sign in to comment.