Skip to content

Commit

Permalink
updated test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dkhunt27 committed Apr 3, 2024
1 parent a180c6c commit cfcca97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/samples/main-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
if-no-files-found: error

- name: Create Code Coverage Badge
uses: dkhunt27/nx-code-coverage@v1
uses: dkhunt27/nx-code-coverage@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
no-coverage-ran: false
Expand All @@ -66,3 +66,5 @@ jobs:
gist-id: SOME_GIST_ID
color: green
named-logo: jest
hide-coverage-reports: false
hide-unchanged: false
4 changes: 3 additions & 1 deletion .github/samples/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
continue-on-error: true

- name: Comment Code Coverage on PR
uses: dkhunt27/nx-code-coverage@v1
uses: dkhunt27/nx-code-coverage@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
no-coverage-ran: false
Expand All @@ -73,4 +73,6 @@ jobs:
gist-id: SOME_GIST_ID
color: green
named-logo: jest
hide-coverage-reports: false
hide-unchanged: false

0 comments on commit cfcca97

Please sign in to comment.