Skip to content

Commit

Permalink
ci(ci): Enable coveralls coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
flovogt committed Mar 15, 2024
1 parent aa435bb commit 46ff9f7
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,20 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Perfrom ESLint check
run: npm run lint

- name: Perfrom Licenses check
run: npm run check-licenses

- name: Perform dependency check
run: npm run depcheck

- name: Perform checks and tests
run: npm test
env:
NODE_OPTIONS: ""
- name: Perform build
run: npm run build-test

- name: Run unit tests
run: npm run coverage

- name: Send report to Coveralls for package @ui5/middleware-code-coverage
uses: coverallsapp/[email protected]

0 comments on commit 46ff9f7

Please sign in to comment.