Skip to content

Commit

Permalink
ci: fix codecov action parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
DASPRiD committed Feb 15, 2024
1 parent 6389a45 commit f8fcb05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,5 @@ jobs:

- name: Codecov
uses: codecov/codecov-action@v4
env:
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: DASPRiD/jsonapi-zod-query
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ jobs:

- name: Codecov
uses: codecov/codecov-action@v4
env:
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: DASPRiD/jsonapi-zod-query

- name: Build
run: pnpm build
Expand Down

0 comments on commit f8fcb05

Please sign in to comment.