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 coverage report for cmake / ninja combination #453
Conversation
Codecov Report
@@ Coverage Diff @@
## master #453 +/- ##
==========================================
+ Coverage 95.08% 95.50% +0.41%
==========================================
Files 20 20
Lines 2420 2445 +25
Branches 418 420 +2
==========================================
+ Hits 2301 2335 +34
+ Misses 54 48 -6
+ Partials 65 62 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
+1 for someone who knows the repo and is willing to write tests for this :-) |
We have a test with CMake. I don't understand your problem? |
I've added an addtional test, but unfortunately my development environment is also windows and thats why I cannot run the tests, the reference dir is copied from the other cmake test but maybe with the tests you understand why the changes are necessary |
Or could you support me on running the test with mingw for windows -> I got a problem on the tests |
@Spacetown now I really don't know how to proceed here anymore, could you please help out? |
@theKBro I'll try to find a slot to look at this. Please be patient. |
bf8a420
to
9f53bfb
Compare
@theKBro I've done several changes:
|
@theKBro Please can you rebase the branch? |
fix format check if object directory is passed - added test for cmake and ninja - cleaned up obj_dir usage fix options.obj_dir initialization reenable target clean install ninja Install ninja in Docker container. Call ninja directly to be able to set verbose mode.
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.
Please add yourself to the list of contributors and the issue to the changelog.
Why did you remove me as co author? 😢
Co-authored-by: Michael Förderer <40258682+Spacetown@users.noreply.github.com>
-fix path to toolchain file - remove not necessary mkdir
sry im not used to git, as i'm working with svn... |
Co-authored-by: Michael Förderer <40258682+Spacetown@users.noreply.github.com>
You did it already by accepting my suggestion. This is done by adding the following line to the commit message:
|
return original path if none of the source file guesses exists Co-authored-by: Michael Förderer <40258682+Spacetown@users.noreply.github.com>
This reverts commit 41d0468.
path to sourcefile is given relative from object dictionary