-
Notifications
You must be signed in to change notification settings - Fork 283
Don't use realpath in data model, only use them for the filter #565
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #565 +/- ##
==========================================
+ Coverage 95.68% 95.70% +0.01%
==========================================
Files 23 23
Lines 3294 3305 +11
Branches 609 610 +1
==========================================
+ Hits 3152 3163 +11
Misses 69 69
Partials 73 73
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
801851d
to
fb2c588
Compare
fb2c588
to
84d3f19
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this can be merged and would likely improve the state of things :)
Nevertheless, some comments. The Remark is just me thinking out loud. The ones marked Style are entirely optional.
Co-authored-by: Lukas Atkinson <opensource@LukasAtkinson.de>
The test for Ubuntu-20.04 should be ignored at the moment, see actions/runner-images#5237. |
With this PR the paths in the data model aren't changed to
realpath
anymore. Only in the filter or the HTML output the paths are changed to realpaths. This should workaround #365.The test results aren't affected by this change.