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

housekeeping: move to using Verify #781

Merged
merged 10 commits into from
Oct 1, 2021
Merged

housekeeping: move to using Verify #781

merged 10 commits into from
Oct 1, 2021

Conversation

SimonCropp
Copy link
Contributor

So i was wading through the code, and noticed you use DiffEngine and also have a custom implementation of snapshot testing. So i figured i would throw up a PR that removes ApiExtensions.cs

@SimonCropp
Copy link
Contributor Author

will fix the build today

@glennawatson
Copy link
Contributor

No problem, thanks

@SimonCropp
Copy link
Contributor Author

@glennawatson btw is the regex cleanup redundant? i tried removing it and the tests still pass? or is the Coverlet cleanup stuff not required in a local debug test run?

using Xunit;

#pragma warning disable SA1615 // Element return value should be documented
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would prefer this to be suppressed in test projects. let me know if you want a PR

@SimonCropp
Copy link
Contributor Author

also this should be squashed on merge

@glennawatson
Copy link
Contributor

@glennawatson btw is the regex cleanup redundant? i tried removing it and the tests still pass? or is the Coverlet cleanup stuff not required in a local debug test run?

It's potentially redundant since it was used in the coverage tool prior to coverlet.

@glennawatson glennawatson changed the title move to using Verify housekeeping: move to using Verify Oct 1, 2021
@glennawatson
Copy link
Contributor

I'll be holding off merging this PR probably to the end of the day. Gotta work out why the coverage reports aren't uploading in general.

@SimonCropp
Copy link
Contributor Author

no worries on holding off. let me know if u want the regex removed as part of this pr

@glennawatson
Copy link
Contributor

Go ahead and remove that regex.

I think the codecov thing is likely just due to you being on a fork since it worked for another PR of mine.

@glennawatson glennawatson reopened this Oct 1, 2021
@SimonCropp
Copy link
Contributor Author

regex removed

@glennawatson glennawatson enabled auto-merge (squash) October 1, 2021 03:24
@glennawatson glennawatson merged commit 5e82105 into reactiveui:main Oct 1, 2021
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants