Skip to content

Conversation

@AayushSabharwal
Copy link
Member

@codecov-commenter
Copy link

codecov-commenter commented May 27, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.58%. Comparing base (ff30ebf) to head (34895c1).
Report is 7 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1549   +/-   ##
=======================================
  Coverage   80.58%   80.58%           
=======================================
  Files          51       51           
  Lines        5136     5136           
=======================================
  Hits         4139     4139           
  Misses        997      997           

☔ 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.

@latexrecipe function f(eqs::Vector{Equation})
index --> :subscript
has_connections = any(x->x.lhs isa Connection, eqs)
has_connections = any(x -> hide_lhs(x.lhs), eqs)
Copy link
Member

Choose a reason for hiding this comment

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

hide_lhs isn't defined?

Copy link
Member Author

Choose a reason for hiding this comment

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

@ChrisRackauckas ChrisRackauckas merged commit 7b2c0b1 into JuliaSymbolics:master May 27, 2025
15 of 17 checks passed
@AayushSabharwal AayushSabharwal deleted the as/modular-latexify branch May 27, 2025 15:02
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

Successfully merging this pull request may close these issues.

3 participants