Skip to content

chore: Add missing PTENV to user agent #927

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

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open

Conversation

hjgraca
Copy link
Contributor

@hjgraca hjgraca commented Jul 16, 2025

Please provide the issue number

Issue number: #926

Summary

Changes

Please provide a summary of what's being changed

User experience

Please share what the user experience looks like before and after this change

Checklist

Please leave checklist items unchecked if they do not apply to your change.

Is this a breaking change?

RFC issue number:

Checklist:

  • Migration process documented
  • Implement warnings (if it can live side by side)

Acknowledgment

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.

@boring-cyborg boring-cyborg bot added area/common Core Powertools utility tests labels Jul 16, 2025
@pull-request-size pull-request-size bot added the size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. label Jul 16, 2025
@github-actions github-actions bot added the internal Maintenance changes label Jul 16, 2025
Copy link

codecov bot commented Jul 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.26%. Comparing base (e68f39c) to head (e0a6259).
Report is 2 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #927      +/-   ##
===========================================
- Coverage    77.28%   77.26%   -0.03%     
===========================================
  Files          272      271       -1     
  Lines        10875    10815      -60     
  Branches      1278     1274       -4     
===========================================
- Hits          8405     8356      -49     
+ Misses        2054     2043      -11     
  Partials       416      416              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@hjgraca hjgraca linked an issue Jul 17, 2025 that may be closed by this pull request
1 task
@hjgraca hjgraca requested a review from dreamorosi July 17, 2025 16:27
Copy link
Contributor

@dreamorosi dreamorosi left a comment

Choose a reason for hiding this comment

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

Just left one suggestion to remove some warnings (unsure if it's valid). Also how come the coverage dropped so much even though we added tests?

hjgraca and others added 2 commits July 18, 2025 14:14
…ronment.cs

Co-authored-by: Andrea Amorosi <dreamorosi@gmail.com>
Signed-off-by: Henrique Graca <999396+hjgraca@users.noreply.github.com>
Signed-off-by: Henrique Graca <999396+hjgraca@users.noreply.github.com>
Copy link

@hjgraca
Copy link
Contributor Author

hjgraca commented Jul 18, 2025

Just left one suggestion to remove some warnings (unsure if it's valid). Also how come the coverage dropped so much even though we added tests?

I believe the coverage is looking at the whole files, and to improve the coverage I would have to add more tests to cover other parts that are not touched on this pr, the pr itself (codecov/patch) is 100% covered

@dreamorosi dreamorosi self-requested a review July 18, 2025 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/common Core Powertools utility internal Maintenance changes size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Maintenance: UA PTENV
2 participants