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

Update catch2 #275

Merged
merged 2 commits into from
Apr 27, 2023
Merged

Update catch2 #275

merged 2 commits into from
Apr 27, 2023

Conversation

samcunliffe
Copy link
Member

v3.3 has some nice features. Including a SKIP() macro. 💙

v3.3 has some nice features. Including a SKIP() macro. 💙
@samcunliffe samcunliffe added testing Adding or requesting more test coverage housekeeping Code cleanup labels Apr 27, 2023
@codecov
Copy link

codecov bot commented Apr 27, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.10 🎉

Comparison is base (342f9a1) 47.56% compared to head (ab13439) 47.66%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #275      +/-   ##
==========================================
+ Coverage   47.56%   47.66%   +0.10%     
==========================================
  Files          63       63              
  Lines        7804     7724      -80     
==========================================
- Hits         3712     3682      -30     
+ Misses       4092     4042      -50     

see 16 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@samcunliffe samcunliffe merged commit 568ed9b into main Apr 27, 2023
12 checks passed
@samcunliffe samcunliffe deleted the update-catch2 branch April 27, 2023 13:21
samcunliffe added a commit that referenced this pull request May 15, 2023
* Update catch2.

v3.3 has some nice features. Including a SKIP() macro. 💙

* Skip the segfault test.
samcunliffe added a commit that referenced this pull request May 16, 2023
* Update catch2 (#275)

* Update catch2.

v3.3 has some nice features. Including a SKIP() macro. 💙

* Skip the segfault test.

* SKIP unit tests if sample data not generated.

Since we're introducing a bit of complexity into the unit-testing
framework, at least we should skip the tests (developer quality of
life) with a nice warning explaining why.

* Skip function.

2 lines → 1. And gets rid of another global.

Co-authored-by: willGraham01 <willGraham01@users.noreply.github.com>

* Revert to explicitly skipping the broken test.

---------

Co-authored-by: willGraham01 <willGraham01@users.noreply.github.com>
willGraham01 added a commit that referenced this pull request May 19, 2023
* Update catch2 (#275)

* Update catch2.

v3.3 has some nice features. Including a SKIP() macro. 💙

* Skip the segfault test.

* SKIP unit tests if sample data not generated.

Since we're introducing a bit of complexity into the unit-testing
framework, at least we should skip the tests (developer quality of
life) with a nice warning explaining why.

* Skip function.

2 lines → 1. And gets rid of another global.

Co-authored-by: willGraham01 <willGraham01@users.noreply.github.com>

* Revert to explicitly skipping the broken test.

---------

Co-authored-by: willGraham01 <willGraham01@users.noreply.github.com>
willGraham01 added a commit that referenced this pull request May 19, 2023
* Update catch2 (#275)

* Update catch2.

v3.3 has some nice features. Including a SKIP() macro. 💙

* Skip the segfault test.

* SKIP unit tests if sample data not generated.

Since we're introducing a bit of complexity into the unit-testing
framework, at least we should skip the tests (developer quality of
life) with a nice warning explaining why.

* Skip function.

2 lines → 1. And gets rid of another global.

Co-authored-by: willGraham01 <willGraham01@users.noreply.github.com>

* Revert to explicitly skipping the broken test.

---------

Co-authored-by: willGraham01 <willGraham01@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
housekeeping Code cleanup testing Adding or requesting more test coverage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants