Skip to content

Remove test_tool workflow#6141

Merged
khanhtc1202 merged 1 commit into
masterfrom
remove-test-tool-workflow
Aug 20, 2025
Merged

Remove test_tool workflow#6141
khanhtc1202 merged 1 commit into
masterfrom
remove-test-tool-workflow

Conversation

@khanhtc1202
Copy link
Copy Markdown
Member

What this PR does:

as title

Why we need it:

The test for the tools' modules is covered by the test workflow

Which issue(s) this PR fixes:

Fixes #

Does this PR introduce a user-facing change?:

  • How are users affected by this change:
  • Is this breaking change:
  • How to migrate (if breaking change):

Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>
@khanhtc1202 khanhtc1202 requested a review from a team as a code owner August 20, 2025 01:24
@codecov
Copy link
Copy Markdown

codecov Bot commented Aug 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 28.67%. Comparing base (0501f16) to head (bab9072).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6141   +/-   ##
=======================================
  Coverage   28.67%   28.67%           
=======================================
  Files         535      535           
  Lines       57335    57335           
=======================================
  Hits        16442    16442           
  Misses      39615    39615           
  Partials     1278     1278           
Flag Coverage Δ
. 23.27% <ø> (ø)
.-pkg-app-pipedv1-plugin-analysis 62.85% <ø> (ø)
.-pkg-app-pipedv1-plugin-kubernetes 62.30% <ø> (ø)
.-pkg-app-pipedv1-plugin-kubernetes_multicluster 67.48% <ø> (ø)
.-pkg-app-pipedv1-plugin-scriptrun 54.83% <ø> (ø)
.-pkg-app-pipedv1-plugin-terraform 38.31% <ø> (ø)
.-pkg-app-pipedv1-plugin-wait 35.51% <ø> (ø)
.-pkg-app-pipedv1-plugin-waitapproval 68.62% <ø> (ø)
.-pkg-plugin-sdk 50.98% <ø> (ø)
.-tool-actions-gh-release 19.23% <ø> (ø)
.-tool-actions-plan-preview 25.30% <ø> (ø)
.-tool-codegen-protoc-gen-auth 0.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ffjlabo
Copy link
Copy Markdown
Member

ffjlabo commented Aug 20, 2025

Seems good

noted the current target module for test.yaml by using the command here

% find . -name go.mod -exec dirname {} \; | sort | jq -R -s -c 'split("\n") | map(select(length > 0))'
[".","./pkg/app/pipedv1/plugin/analysis","./pkg/app/pipedv1/plugin/cloudrun","./pkg/app/pipedv1/plugin/kubernetes","./pkg/app/pipedv1/plugin/kubernetes_multicluster","./pkg/app/pipedv1/plugin/scriptrun","./pkg/app/pipedv1/plugin/terraform","./pkg/app/pipedv1/plugin/wait","./pkg/app/pipedv1/plugin/waitapproval","./pkg/plugin/sdk","./tool/actions-gh-release","./tool/actions-plan-preview","./tool/codegen/protoc-gen-auth"]

@khanhtc1202 khanhtc1202 enabled auto-merge (squash) August 20, 2025 02:21
@khanhtc1202 khanhtc1202 merged commit c432bd3 into master Aug 20, 2025
48 checks passed
@khanhtc1202 khanhtc1202 deleted the remove-test-tool-workflow branch August 20, 2025 03:24
@khanhtc1202 khanhtc1202 mentioned this pull request Aug 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants