Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove unused files #10374

Merged
merged 1 commit into from
Feb 14, 2024
Merged

chore: remove unused files #10374

merged 1 commit into from
Feb 14, 2024

Conversation

JoeWang1127
Copy link
Contributor

Command to remove unused files:

find . -name codecov.yaml -exec rm {} \;
find . -name synth.metadata -exec rm {} \;

Fix: #10373

@JoeWang1127 JoeWang1127 marked this pull request as ready for review February 14, 2024 17:39
@JoeWang1127 JoeWang1127 requested a review from a team as a code owner February 14, 2024 17:39
@JoeWang1127 JoeWang1127 enabled auto-merge (squash) February 14, 2024 17:41
@JoeWang1127 JoeWang1127 added the owlbot:run Add this label to trigger the Owlbot post processor. label Feb 14, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Feb 14, 2024
@JoeWang1127 JoeWang1127 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 14, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 14, 2024
@JoeWang1127 JoeWang1127 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 14, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 14, 2024
@JoeWang1127 JoeWang1127 merged commit 04d5f55 into main Feb 14, 2024
29 checks passed
@JoeWang1127 JoeWang1127 deleted the chore/remove-unused-files branch February 14, 2024 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove codecov.yaml and synth.metadata in java modules
3 participants