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

use recurse_submodules cc action arg + remove working_directory cc action arg #46

Merged
merged 1 commit into from
Feb 27, 2025

Conversation

matt-codecov
Copy link
Contributor

@matt-codecov matt-codecov commented Feb 27, 2025

needed for https://github.com/codecov/umbrella/pull/17

codecov/codecov-action#1780 adds a recurse_submodules arg to the action which adds the --recurse-submodules arg to git ls-files when the CLI is building the network section.

this is necessary for umbrella because, at least while we migrate, worker/shared/api are submodules. we want coverage data for apps/worker/tasks/base.py etc so we need git ls-files to recurse into submodules when we're building the network section for umbrella uploads

@matt-codecov matt-codecov marked this pull request as ready for review February 27, 2025 19:38
@matt-codecov matt-codecov merged commit 7e4ab15 into main Feb 27, 2025
1 check passed
@matt-codecov matt-codecov deleted the matt/cc-action-submodules branch February 27, 2025 23:36
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.

1 participant