Skip to content

Commit

Permalink
chore: update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xHeaven committed Apr 3, 2024
1 parent b0c3cae commit 94d783c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ jobs:
- uses: ./.github/actions/prepare
- run: pnpm run test --coverage
- name: Codecov
uses: codecov/codecov-action@v3
uses: codecov/[email protected]

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: helixdigital-io/2d-funnel-graph

Check failure on line 15 in .github/workflows/test.yml

View workflow job for this annotation

GitHub Actions / lint

Expected mapping keys to be in ascending order. 'slug' should be before 'token'

name: Test

Expand Down

0 comments on commit 94d783c

Please sign in to comment.