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

Feature request: Ability to track binary file size changes #1454

Open
nmoinvaz opened this issue May 23, 2024 · 0 comments
Open

Feature request: Ability to track binary file size changes #1454

nmoinvaz opened this issue May 23, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@nmoinvaz
Copy link

nmoinvaz commented May 23, 2024

It would be great if codecov action was able to track the changes in compiled binary file size changes between PRs. Not only do we want to make sure that certain code was covered by test, we also want to make sure that the changes we've introduced haven't drastically increased the sizes of certain files.

Perhaps something like this:

    - name: Publish coverage report
      uses: codecov/codecov-action@v4
      with:
        monitor_file_sizes:
           - myexecutable.exe

Then whenever somebody creates a PR on the repository, it would show:

myexecutable.exe 201 bytes (+10 bytes)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants