-
Notifications
You must be signed in to change notification settings - Fork 32
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: support for graphviz v12.1.0 #390
Conversation
6fa381e
to
8e6875d
Compare
good thing we have that system font test. Looking into that test failure now. |
I also tested this locally with graphviz v11.0.0 and it still worked. Apparently, v12.0.0 through v12.1.0 were yanked from winget's distribution database. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #390 +/- ##
==========================================
- Coverage 77.87% 77.83% -0.05%
==========================================
Files 68 68
Lines 8645 8647 +2
==========================================
- Hits 6732 6730 -2
- Misses 1913 1917 +4 ☔ View full report in Codecov by Sentry. |
The coverage report indicates that we are not testing with a font that does not have a weight of 400. 🙄 I'm ready to move on this if you are ok with my added changes. |
No description provided.