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

[WIP] Switch to coverlet #547

Closed
wants to merge 2 commits into from
Closed

[WIP] Switch to coverlet #547

wants to merge 2 commits into from

Conversation

martincostello
Copy link
Member

Switch to coverlet for code coverage from OpenCover.

coverlet is supported on non-Windows platforms, as well as being easier to configure.

@martincostello martincostello added this to the v7.0.0 milestone Jun 22, 2019
@martincostello martincostello requested a review from a team as a code owner June 22, 2019 13:00
@martincostello
Copy link
Member Author

Well, that's the theory...

maurofranchi
maurofranchi previously approved these changes Jun 22, 2019
@codecov
Copy link

codecov bot commented Jun 22, 2019

Codecov Report

Merging #547 into master will decrease coverage by 0.11%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #547      +/-   ##
==========================================
- Coverage   38.52%   38.41%   -0.12%     
==========================================
  Files          78       89      +11     
  Lines        2754     3072     +318     
  Branches      487      427      -60     
==========================================
+ Hits         1061     1180     +119     
- Misses       1536     1855     +319     
+ Partials      157       37     -120
Impacted Files Coverage Δ
JustSaying/CreateMeABus.cs 33.33% <0%> (-16.67%) ⬇️
...stSaying/AwsTools/MessageHandling/SqsQueueByUrl.cs 33.33% <0%> (-3.04%) ⬇️
...aying/AwsTools/QueueCreation/AmazonQueueCreator.cs 13.04% <0%> (-1.25%) ⬇️
JustSaying/AwsTools/ErrorQueue.cs 12.5% <0%> (-0.84%) ⬇️
...tSaying/AwsTools/MessageHandling/SqsQueueByName.cs 5.26% <0%> (-0.49%) ⬇️
.../AwsTools/MessageHandling/MessageHandlerWrapper.cs 84.84% <0%> (-0.45%) ⬇️
...g/Messaging/Interrogation/InterrogationResponse.cs 100% <0%> (ø) ⬆️
JustSaying/Fluent/AwsClientFactoryBuilder.cs 0% <0%> (ø) ⬆️
JustSaying/AwsTools/DefaultAwsClientFactory.cs 0% <0%> (ø) ⬆️
JustSaying/Fluent/PublicationsBuilder.cs 0% <0%> (ø) ⬆️
... and 58 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 261c7ae...f06a762. Read the comment docs.

@martincostello
Copy link
Member Author

For reasons I don't understand, some of the messages are being delivered more than once and breaking some of the test expectations 😕

@martincostello
Copy link
Member Author

All I can think of is the instrumentation slows down the tests and exposes some timing issues.

Switch to coverlet for code coverage from OpenCover.
Fix code coverage failing because the tests weren't being put in the right output directory.
@martincostello
Copy link
Member Author

Bah - still timing issues in the tests making them fail.

@martincostello martincostello changed the title Switch to coverlet [WIP] Switch to coverlet Jul 3, 2019
@martincostello
Copy link
Member Author

Replaced by #570.

@martincostello martincostello removed this from the v7.0.0 milestone Aug 26, 2019
@martincostello martincostello mentioned this pull request Aug 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants