Skip to content

Commit

Permalink
chore: Fix missing Codecov status report
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Mar 19, 2024
1 parent 7e42f4e commit e224d56
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: ⎔ Setup node
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}

Expand All @@ -59,9 +59,11 @@ jobs:
run: npm run validate

- name: ⬆️ Upload coverage report
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
flags: ${{ matrix.react }}
token: ${{ secrets.CODECOV_TOKEN }}

release:
permissions:
Expand All @@ -76,10 +78,10 @@ jobs:
github.event_name == 'push' }}
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: ⎔ Setup node
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 14

Expand Down

0 comments on commit e224d56

Please sign in to comment.