Open ouhammmourachid opened 1 month ago
Attention: Patch coverage is 38.88889%
with 11 lines
in your changes missing coverage. Please review.
Project coverage is 97.12%. Comparing base (
974978d
) to head (370c069
). Report is 47 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
mermaid/timeline.py | 35.29% | 11 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Fixes #45
Add support for
Timeline
diagrams in the codebase.Timeline
class inmermaid/timeline.py
to represent theTimeline
diagram.Timeline
class.mermaid/__init__.py
to import theTimeline
class and add it to the__all__
list.For more details, open the Copilot Workspace session.