Skip to content

Commit

Permalink
Merge pull request #7 from Nerdware-LLC/next
Browse files Browse the repository at this point in the history
Merge pull request #7 from Nerdware-LLC/next
  • Loading branch information
trevor-anderson committed Jul 9, 2023
2 parents f4814aa + 960812e commit 7d94777
Show file tree
Hide file tree
Showing 2 changed files with 207 additions and 241 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,15 @@ jobs:
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
permissions:
contents: read # Required to checkout the code
pull-requests: write # Required to put a comment into the PR
contents: read # required to checkout the code
pull-requests: write # required to put a comment into the PR
steps:
- uses: actions/download-artifact@v3
- name: Download Artifact "coverage-reports"
uses: actions/download-artifact@v3
with:
name: coverage-reports
- uses: ArtiomTr/jest-coverage-report-action@v2
- name: Update PR Using "coverage-reports" Artifact
uses: ArtiomTr/jest-coverage-report-action@v2
with:
skip-step: all # Use existing reports, no need to re-run tests
coverage-file: coverage/coverage-final.json
Expand Down
Loading

0 comments on commit 7d94777

Please sign in to comment.