Skip to content

Commit

Permalink
fix: codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroslavPetrik committed Mar 4, 2024
1 parent ecc70b5 commit 025f5c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
- name: 🧪 Test
run: yarn test:cov

- name: 📊 Codecov
uses: codecov/codecov-action@v3
- name: 📊 Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
directory: coverage
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
slug: form-atoms/list-atom

- name: 🔨 Build
uses: borales/actions-yarn@v4
Expand Down

0 comments on commit 025f5c3

Please sign in to comment.