Skip to content

Commit

Permalink
ci: update permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
tabkram committed Nov 22, 2023
1 parent dbf2999 commit ed3c62f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ on:
jobs:
coverage:
runs-on: ubuntu-latest
permissions:
actions: write
checks: write
contents: write
discussions: write
pages: write
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: ArtiomTr/jest-coverage-report-action@v2

1 comment on commit ed3c62f

@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 53.85% 105/195
🔴 Branches 41.54% 54/130
🔴 Functions 59.65% 34/57
🔴 Lines 54.5% 103/189

Test suite run success

10 tests passing in 3 suites.

Report generated by 🧪jest coverage report action from ed3c62f

Please sign in to comment.