filipdutescu / modern-cpp-template

A template for modern C++ projects using CMake, Clang-Format, CI, unit testing and more, with support for downstream inclusion.
The Unlicense
1.69k stars 214 forks source link

Removed hardcoded 'Project' in tests #15

Closed bgloyer closed 4 years ago

bgloyer commented 4 years ago

Closes #14

Not sure if you want all of these, but I changed it to use ${CMAKE_PROJECT_NAME} for the project.

Also mentioned that SourcesAndHeaders.cmake should be changed.

Nice template.

Pull Request Readiness Checklist

See details at CONTRIBUTING.md.

codecov-commenter commented 4 years ago

Codecov Report

Merging #15 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #15   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines            1         1           
=========================================
  Hits             1         1           

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 ae522d3...f513d74. Read the comment docs.

filipdutescu commented 4 years ago

@bgloyer good catch! Thank you very much for both your contribution and your appreciation!