Closed fcooper8472 closed 5 years ago
:exclamation: No coverage uploaded for pull request base (
master@8a4384b
). Click here to learn what that means. The diff coverage is100%
.
@@ Coverage Diff @@
## master #4 +/- ##
=======================================
Coverage ? 100%
=======================================
Files ? 1
Lines ? 2
Branches ? 0
=======================================
Hits ? 2
Misses ? 0
Partials ? 0
Impacted Files | Coverage Δ | |
---|---|---|
tests/MbdTests.cpp | 100% <100%> (ø) |
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 8a4384b...dccb5ac. Read the comment docs.
This removes the makefile replacing it with a CMakeLists.txt, upgrades the travis configuration, and adds integration for appveyor, clang-tidy and clang-format.
It also adds Catch2 for testing, and adds an example test statement.