Skip to content

Commit

Permalink
chore: Fix missing codecov report in PRs (#897)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon authored Feb 19, 2021
1 parent 47e52d1 commit a25149d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:

- name: ⬇️ Checkout repo
uses: actions/checkout@v2
with:
# required by codecov/codecov-action
fetch-depth: 0

- name: ⎔ Setup node
uses: actions/setup-node@v1
Expand All @@ -42,6 +45,9 @@ jobs:

- name: ⬆️ Upload coverage report
uses: codecov/codecov-action@v1
with:
fail_ci_if_error: true
flags: node-${{ matrix.node }}

release:
needs: main
Expand Down

0 comments on commit a25149d

Please sign in to comment.