Skip to content

Commit 6e2385d

Browse files
committed
Add checkout comment in the coverage step
1 parent 8259edd commit 6e2385d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/insiders.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,8 @@ jobs:
460460
run:
461461
working-directory: ${{env.special-working-directory}}
462462
steps:
463+
# Checkout the repo in the same way as how the tests are run,
464+
# or nyc won't know how to reconcile the reports generated by the tests.
463465
- name: Checkout
464466
uses: actions/checkout@v2
465467
with:

.github/workflows/pr-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,8 @@ jobs:
461461
run:
462462
working-directory: ${{env.special-working-directory}}
463463
steps:
464+
# Checkout the repo in the same way as how the tests are run,
465+
# or nyc won't know how to reconcile the reports generated by the tests.
464466
- name: Checkout
465467
uses: actions/checkout@v2
466468
with:

0 commit comments

Comments
 (0)