Skip to content

Commit

Permalink
test: Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
looppoolloop authored Mar 9, 2024
1 parent 03fe4b6 commit 2399aa2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v2
Expand All @@ -48,4 +48,3 @@ jobs:
annotations: none
custom-title: Coverage report for backend
test-script: npm test
coverage-file: report.json

1 comment on commit 2399aa2

@heystone999
Copy link
Owner

Choose a reason for hiding this comment

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

Coverage report for fronend

St.
Category Percentage Covered / Total
🔴 Statements 41.24% 292/708
🔴 Branches 29.12% 83/285
🔴 Functions 33.17% 67/202
🔴 Lines 41.58% 279/671

Test suite run success

13 tests passing in 4 suites.

Report generated by 🧪jest coverage report action from 2399aa2

Please sign in to comment.