Skip to content

Commit

Permalink
try again to update coverage report
Browse files Browse the repository at this point in the history
(cherry picked from commit f1af28e)
  • Loading branch information
frasercl committed Sep 27, 2024
1 parent 1540cd0 commit 2ac02c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'coverage'
name: "coverage"
on:
pull_request:
branches:
Expand All @@ -9,6 +9,6 @@ jobs:
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- uses: actions/checkout@v1
- uses: ArtiomTr/jest-coverage-report-action@v1.3
- uses: ArtiomTr/jest-coverage-report-action@v2.3.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2ac02c0

Please sign in to comment.