Skip to content

Commit

Permalink
CCM-5911: Run test coverage in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
m-salaudeen committed Aug 6, 2024
1 parent 113c9f8 commit e65e68f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/stage-2-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ jobs:
- name: "Checkout code"
uses: actions/checkout@v4
- name: "Run test coverage check"
run: |
make test-coverage
uses: ArtiomTr/jest-coverage-report-action@v2
- name: "Save the coverage check result"
run: |
echo "Nothing to save"
Expand Down

1 comment on commit e65e68f

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 100% 199/199
🟢 Branches 100% 4/4
🟢 Functions 100% 4/4
🟢 Lines 100% 199/199

Test suite run success

7 tests passing in 4 suites.

Report generated by 🧪jest coverage report action from e65e68f

Please sign in to comment.