-
Notifications
You must be signed in to change notification settings - Fork 124
Migrate to Catch v3.x #218
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
base: master
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #218 +/- ##
==========================================
+ Coverage 33.99% 34.36% +0.36%
==========================================
Files 52 50 -2
Lines 2271 2267 -4
Branches 336 340 +4
==========================================
+ Hits 772 779 +7
+ Misses 1419 1408 -11
Partials 80 80 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| - name: Build | ||
| run: | | ||
| cmake . -Bbuild | ||
| cmake . -Bbuild -GNinja |
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.
Not strictly related to this topic, but I forgot this for codeql in the previous PR. 🙈
There isn't much change on the code side, but Catch 3 is no longer header-only; it is now a static library.