-
Notifications
You must be signed in to change notification settings - Fork 65
Add TUnit Support #390
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
Add TUnit Support #390
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## main #390 +/- ##
==========================================
- Coverage 63.22% 55.57% -7.66%
==========================================
Files 257 257
Lines 26391 23038 -3353
Branches 2601 1897 -704
==========================================
- Hits 16687 12803 -3884
- Misses 9189 9765 +576
+ Partials 515 470 -45 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Thank you for submitting this pull request, could you please sign-off you commit and format the code? |
f1fab71
to
00954e1
Compare
Should be fixed now |
The formatting error is fixed, your commit also needs to be signed off |
Ah, sorry for the confusion. GPG signing is something different than sign-off. You can simply run |
Signed-off-by: Meikel Philipp <[email protected]>
00954e1
to
3407e42
Compare
I guess I did it now? Kinda high barrier for an open source project. Feels like a company internal requirement not an volunteer contributor requirement 👀 |
closes #371
I basically copied xUnitV3 and replaced XUnit calls with TUnit calls. I don't know if this is the correct way to do it.