Skip to content

Commit

Permalink
Fix codecov fetch-depth
Browse files Browse the repository at this point in the history
  • Loading branch information
paleite committed Aug 7, 2022
1 parent 5aac503 commit 6ecf0dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/nodejs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2
- uses: actions/setup-node@v3
with:
node-version: 16
Expand All @@ -22,5 +24,4 @@ jobs:
- run: yarn test --runInBand
- run: curl -Os https://uploader.codecov.io/latest/linux/codecov
- run: chmod +x codecov
- run: echo "The current SHA is $GITHUB_SHA"
- run: ./codecov
2 changes: 1 addition & 1 deletion cspell.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2",
"words": ["ahmadnassri", "Eriksson", "paleite"],
"words": ["ahmadnassri", "codecov", "Eriksson", "paleite"],
"ignoreWords": ["pinst", "Wercker"]
}

0 comments on commit 6ecf0dd

Please sign in to comment.