Skip to content

Commit cfcca97

Browse files
committed
updated test pipeline
1 parent a180c6c commit cfcca97

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/samples/main-push.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
if-no-files-found: error
5656

5757
- name: Create Code Coverage Badge
58-
uses: dkhunt27/nx-code-coverage@v1
58+
uses: dkhunt27/nx-code-coverage@v2
5959
with:
6060
github-token: ${{ secrets.GITHUB_TOKEN }}
6161
no-coverage-ran: false
@@ -66,3 +66,5 @@ jobs:
6666
gist-id: SOME_GIST_ID
6767
color: green
6868
named-logo: jest
69+
hide-coverage-reports: false
70+
hide-unchanged: false

.github/samples/pull-request.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
continue-on-error: true
6363

6464
- name: Comment Code Coverage on PR
65-
uses: dkhunt27/nx-code-coverage@v1
65+
uses: dkhunt27/nx-code-coverage@v2
6666
with:
6767
github-token: ${{ secrets.GITHUB_TOKEN }}
6868
no-coverage-ran: false
@@ -73,4 +73,6 @@ jobs:
7373
gist-id: SOME_GIST_ID
7474
color: green
7575
named-logo: jest
76+
hide-coverage-reports: false
77+
hide-unchanged: false
7678

0 commit comments

Comments
 (0)