-
-
Notifications
You must be signed in to change notification settings - Fork 860
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
Add unittest for net6 bug #1766
Add unittest for net6 bug #1766
Conversation
@antonfirsov could you provide me with a clue where I went wrong? I added the file, added the test. Test works on my end... But it seems that automated build can't find the file. |
Test running again... just thought that it might be a capital letter in path issue might be. Windows doesn't care... but Ubuntu might... |
I know where I went wrong... it was indeed the uppercase/lowercase issue in the path. |
Codecov Report
@@ Coverage Diff @@
## master #1766 +/- ##
=======================================
Coverage 84.52% 84.52%
=======================================
Files 846 846
Lines 37213 37213
Branches 4370 4370
=======================================
Hits 31455 31455
Misses 4904 4904
Partials 854 854
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
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.
Thank you!
Prerequisites
Description
A regression test for #1765, #1704 & #1707 as proposed to @antonfirsov in #1765.