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 NMAKE $< warning U4006 #518

Merged
merged 11 commits into from Oct 21, 2020
Merged

fix NMAKE $< warning U4006 #518

merged 11 commits into from Oct 21, 2020

Conversation

srz-zumix
Copy link
Owner

fixed #488

@srz-zumix srz-zumix changed the base branch from master to develop October 13, 2020 23:49
@codecov
Copy link

codecov bot commented Oct 14, 2020

Codecov Report

Merging #518 into develop will decrease coverage by 0.02%.
The diff coverage is 94.69%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #518      +/-   ##
===========================================
- Coverage    96.76%   96.73%   -0.03%     
===========================================
  Files          220      222       +2     
  Lines        11310    11425     +115     
===========================================
+ Hits         10944    11052     +108     
- Misses         366      373       +7     
Impacted Files Coverage Δ
include/internal/iutest_exception.hpp 100.00% <ø> (ø)
include/internal/iutest_list.hpp 100.00% <ø> (ø)
include/iutest_body.hpp 96.15% <ø> (ø)
include/iutest_info.hpp 100.00% <ø> (ø)
test/printers_tests.cpp 93.67% <ø> (ø)
test/invalid_both_suite_and_case_set_up_tests.cpp 82.35% <66.66%> (ø)
...est/invalid_both_suite_and_case_teardown_tests.cpp 82.35% <66.66%> (-3.37%) ⬇️
test/exception_set_up_testsuite_tests.cpp 78.57% <78.57%> (ø)
test/exception_tests.cpp 93.75% <85.71%> (-6.25%) ⬇️
test/scoped_trace_exception_tests.cpp 98.38% <98.38%> (ø)
... and 8 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4874f09...a877a23. Read the comment docs.

@srz-zumix srz-zumix merged commit 78379f8 into develop Oct 21, 2020
@srz-zumix srz-zumix deleted the appveyor/fix_nmake_u4006 branch October 21, 2020 01:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NMAKE : warning U4006: special macro undefined : '$<'
1 participant