Skip to content

Commit

Permalink
ci: also fix coverage upload for component tests (#3147)
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Wiesinger <[email protected]>
  • Loading branch information
mowies authored Feb 29, 2024
1 parent 17321bc commit c996315
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ jobs:
name: Component Tests
needs: prepare_ci_run
uses: ./.github/workflows/component-test.yml
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

integration_tests:
name: Integration Tests
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/component-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Component Tests
on:
workflow_call:
secrets:
CODECOV_TOKEN:
required: false
env:
GO_VERSION: "~1.20"
defaults:
Expand Down

0 comments on commit c996315

Please sign in to comment.