Skip to content

Commit 6ecf0dd

Browse files
committed
Fix codecov fetch-depth
1 parent 5aac503 commit 6ecf0dd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/nodejs-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v3
16+
with:
17+
fetch-depth: 2
1618
- uses: actions/setup-node@v3
1719
with:
1820
node-version: 16
@@ -22,5 +24,4 @@ jobs:
2224
- run: yarn test --runInBand
2325
- run: curl -Os https://uploader.codecov.io/latest/linux/codecov
2426
- run: chmod +x codecov
25-
- run: echo "The current SHA is $GITHUB_SHA"
2627
- run: ./codecov

cspell.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"version": "0.2",
3-
"words": ["ahmadnassri", "Eriksson", "paleite"],
3+
"words": ["ahmadnassri", "codecov", "Eriksson", "paleite"],
44
"ignoreWords": ["pinst", "Wercker"]
55
}

0 commit comments

Comments
 (0)