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

Suggestion: expose group details e.g. so we can calculate total size of group artifacts #229

Open
OliverJAsh opened this issue Oct 6, 2021 · 0 comments

Comments

@OliverJAsh
Copy link
Collaborator

Problem

After uploading a build, I am trying to calculate the total size of all the artifacts that belong to a specific group so that I can report the total size in the status we post to the commit on GitHub. E.g. here there is a group called "core":

image

Currently we display the total size of all artifacts in the build but we want to change this to display the total size of all artifacts in the "core" group.

I tried to do this using the public properties in types like Build however it seems the group details are not exposed.

Proposed solution

Could we add a groups property to Build?

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

No branches or pull requests

1 participant