Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
MurhafSousli committed Mar 2, 2024
1 parent 8d72b20 commit fbb26c7
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,18 @@ jobs:
run: npm run build-lib
- name: Test
run: npm run test-lib-headless
- name: Test Reporter
uses: dorny/test-reporter@v1.8.0
- name: Code Coverage Report
uses: irongut/CodeCoverageSummary@v1.3.0
with:
name: Karma Tests # Name of the check run which will be created
path: coverage/ngx-scrollbar/cobertura-coverage.xml # Path to test results
reporter: jest-junit # Format of test results
filename: coverage/**/coverage.cobertura.xml
badge: true
fail_below_min: true
format: markdown
hide_branch_rate: false
hide_complexity: true
indicators: true
output: both
thresholds: '60 80'
# - name: Build demo (ssr)
# run: npm run build

0 comments on commit fbb26c7

Please sign in to comment.