Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
9220806 to
641a878
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #218 +/- ##
=======================================
Coverage 91.90% 91.91%
=======================================
Files 17 17
Lines 1594 1595 +1
=======================================
+ Hits 1465 1466 +1
Misses 129 129 ☔ View full report in Codecov by Sentry. |
9ccc8ec to
7932c77
Compare
fae9384 to
82a96f7
Compare
|
Thank you for the quick fix again! One thing though: right now you are assuming that the library is always built by CMake, because you are referring to #ifndef SHARG_HAS_TDL
#define SHARG_HAS_TDL __has_include(<TDLHEADER>)
#endifThat way, everything would still work well in header-only land. |
I was thinking about adding that in the The header-check would cause issues if TDL is installed system-wide. |
Tests are a bit annoying, and snippets will need to be built with tdl (readme_snippet).