Skip to content

Commit

Permalink
ci: codecov issue
Browse files Browse the repository at this point in the history
  • Loading branch information
superical committed Apr 16, 2024
1 parent 428d509 commit 7d60400
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
tests:
name: Tests
uses: ./.github/workflows/tests.yml
with:
secrets:
codecov_token: ${{ secrets.CODECOV_TOKEN }}

linters:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
on:
workflow_call:
inputs:
secrets:
codecov_token:
required: true
type: string

name: "Tests"

Expand Down Expand Up @@ -53,4 +52,4 @@ jobs:
with:
fail_ci_if_error: true
verbose: true
token: ${{ inputs.codecov_token }}
token: ${{ secrets.codecov_token }}

0 comments on commit 7d60400

Please sign in to comment.