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

Convert XmpCoreCoverage to xunit #30

Merged
merged 4 commits into from
Mar 16, 2017
Merged

Convert XmpCoreCoverage to xunit #30

merged 4 commits into from
Mar 16, 2017

Conversation

drewnoakes
Copy link
Owner

As pointed out in #27, XmpCoreCoverage (tracked in #1) introduced an unnecessary assembly entrypoint.

It also wasn't running as part of CI.

This PR converts it from an entrypoint to a single xunit fact. There is more work to do, but it unblocks the issue found in #27 and provides better quality through coverage (albeit only of exceptions until asserts are added).

It still needs to have assertions added in place of its logging,
but at least this code will run under CI.

Relates to #1
@drewnoakes drewnoakes merged commit 331d3f9 into master Mar 16, 2017
@drewnoakes drewnoakes deleted the test/coverage branch March 16, 2017 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant