Skip to content

Commit

Permalink
Update unit-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekTrainer authored Apr 22, 2024
1 parent e32b60c commit 365a370
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
name: 'coverage'
permissions:
pull-requests: write
on:
pull_request:
branches:
Expand All @@ -10,6 +8,10 @@ on:
- main
jobs:
coverage:
permissions:
checks: write
pull-requests: write
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

1 comment on commit 365a370

@github-actions
Copy link

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 93.33% 70/75
🟢 Branches 80% 4/5
🟢 Functions 95.24% 20/21
🟢 Lines 92.86% 65/70

Test suite run success

21 tests passing in 3 suites.

Report generated by 🧪jest coverage report action from 365a370

Please sign in to comment.