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

fix(cli): eliminate config side effects of render function #226

Merged
merged 1 commit into from
Dec 23, 2023

fix(cli): eliminate config side effects of `render` function

75d84af
Select commit
Loading
Failed to load commit list.
Merged

fix(cli): eliminate config side effects of render function #226

fix(cli): eliminate config side effects of `render` function
75d84af
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 23, 2023 in 0s

91.39% (target 95.00%)

View this Pull Request on Codecov

91.39% (target 95.00%)

Details

Codecov Report

Attention: 16 lines in your changes are missing coverage. Please review.

Comparison is base (87f80b1) 91.06% compared to head (75d84af) 91.39%.
Report is 94 commits behind head on master.

Files Patch % Lines
packages/pintora-diagrams/src/dot/artist.ts 92.20% 6 Missing ⚠️
packages/pintora-diagrams/src/util/arrow/index.ts 89.47% 6 Missing ⚠️
packages/pintora-diagrams/src/activity/artist.ts 92.30% 3 Missing ⚠️
packages/pintora-diagrams/src/sequence/artist.ts 93.75% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #226      +/-   ##
==========================================
+ Coverage   91.06%   91.39%   +0.33%     
==========================================
  Files          69       83      +14     
  Lines        3994     4686     +692     
  Branches      762      837      +75     
==========================================
+ Hits         3637     4283     +646     
- Misses        357      403      +46     

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