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

fix: upload only known build output directories #277

Merged
merged 12 commits into from
Nov 15, 2024

Conversation

vaind
Copy link
Collaborator

@vaind vaind commented Nov 4, 2024

📜 Description

  • change build dir default value
  • add symbols path config
  • enumarate known build dir paths
  • update tests to test all possible targets of flutter build

💡 Motivation and Context

fixes #270

💚 How did you test it?

📝 Checklist

🔮 Next steps

@vaind vaind mentioned this pull request Nov 8, 2024
5 tasks
@vaind vaind marked this pull request as ready for review November 8, 2024 19:34
@vaind vaind marked this pull request as draft November 8, 2024 19:35
@vaind vaind marked this pull request as ready for review November 9, 2024 10:44
Copy link
Collaborator

@denrase denrase left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just some minor comments/questions. 🙇‍♂️

example/README.md Outdated Show resolved Hide resolved

Log.taskCompleted(taskName);
}

Stream<String> _enumerateDebugSymbolPaths() async* {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any particular reason why this is a stream when we are "just" returning a list of directories?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

none, just convenient syntax

lib/src/configuration.dart Outdated Show resolved Hide resolved
test/integration_test.dart Outdated Show resolved Hide resolved
Copy link
Contributor

@buenaflor buenaflor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@vaind vaind enabled auto-merge (squash) November 15, 2024 20:14
@vaind vaind merged commit 22b2b33 into main Nov 15, 2024
18 checks passed
@vaind vaind deleted the fix/upload-only-known-debug-paths branch November 15, 2024 20:15
@buenaflor buenaflor self-assigned this Nov 26, 2024
@vaind vaind mentioned this pull request Nov 28, 2024
5 tasks
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.

Upload only necessary build files
3 participants