Skip to content

Commit 47a8609

Browse files
committed
Upload test coverage to otterwise
1 parent 3624091 commit 47a8609

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
steps:
99
- name: Checkout branch
1010
uses: actions/checkout@v4
11+
with:
12+
fetch-depth: 2
1113

1214
- name: Setup Node
1315
uses: actions/setup-node@v4
@@ -25,3 +27,8 @@ jobs:
2527

2628
- name: Test
2729
run: yarn test
30+
31+
- name: Upload Coverage to OtterWise
32+
uses: getOtterWise/github-action@v1
33+
with:
34+
token: ${{ secrets.OTTERWISE_TOKEN }}

0 commit comments

Comments
 (0)