diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index aeca320..69527f9 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -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 diff --git a/Gruntfile.js b/Gruntfile.js index 1d47f84..0c4b2b0 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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'},