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

web: parse gd version number correctly #5868

Merged
merged 1 commit into from
Oct 30, 2024
Merged

web: parse gd version number correctly #5868

merged 1 commit into from
Oct 30, 2024

Conversation

davidpanderson
Copy link
Contributor

We were checking specifically for '2.0'.
If you had a later version (like 2.2) it would think you had an old version, and use an old image conversion function that produces wrong-colored results.

We were checking specifically for '2.0'.
If you had a later version (like 2.2) it would think you had an old version,
and use an old image conversion function that produces wrong-colored results.
Copy link

codecov bot commented Oct 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 10.75%. Comparing base (de57329) to head (60918aa).
Report is 316 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #5868      +/-   ##
============================================
+ Coverage     10.53%   10.75%   +0.21%     
  Complexity     1068     1068              
============================================
  Files           279      280       +1     
  Lines         35875    36552     +677     
  Branches       8412     8471      +59     
============================================
+ Hits           3780     3930     +150     
- Misses        31701    32233     +532     
+ Partials        394      389       -5     

see 120 files with indirect coverage changes

@AenBleidd AenBleidd merged commit fc7ecbf into master Oct 30, 2024
146 checks passed
@AenBleidd AenBleidd deleted the dpa_profile branch October 30, 2024 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants