Skip to content

Commit

Permalink
ci(github): corrected coverage report aggregation
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-molak committed May 5, 2023
1 parent f791c62 commit 712293c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .c8rc.json
Expand Up @@ -5,8 +5,7 @@
"clean": true,
"include": [
"**/packages/*/src/**/*.ts",
"**/packages/*/lib/**/*.js",
"**/spec/**"
"**/packages/*/lib/**/*.js"
],
"exclude": [
"**/src/**/*.d.ts",
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/main.yaml
Expand Up @@ -225,7 +225,7 @@ jobs:

with:
upload-artifact-name: 'aggregated-code-coverage'
upload-artifact-path: 'package.json "packages/*/target/coverage/coverage-final.json" "integration/*/target/coverage/coverage-final.json" "integration/*/target/coverage/*/coverage-final.json"'
upload-artifact-path: 'package.json "packages/*/target/coverage" "integration/*/target/coverage"'

coverage-report:
name: 'Coverage: report'
Expand Down Expand Up @@ -260,9 +260,6 @@ jobs:
- name: Decompress code coverage reports
run: '7z x -aoa aggregated-code-coverage-report.zip'

- name: Check LCOV report
run: ls -lah target/coverage/lcov.info

- name: Coveralls
uses: coverallsapp/github-action@f350da2c033043742f89e8c0b7b5145a1616da6d # v2.1.2
with:
Expand Down

0 comments on commit 712293c

Please sign in to comment.