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

Fix dependencies of process_info(..., message*) #283

Merged
merged 6 commits into from
Aug 21, 2018

Conversation

aronisstav
Copy link
Member

Summary

More accurate dependencies of message queue info ops, but some degradation as the message item should normally be an observer of message delivery races. As this is too complex right now, it was degraded instead.

Checklist

  • Has tests
  • Updates CHANGELOG

@codecov
Copy link

codecov bot commented Aug 21, 2018

Codecov Report

Merging #283 into master will increase coverage by 0.52%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #283      +/-   ##
==========================================
+ Coverage   94.65%   95.17%   +0.52%     
==========================================
  Files          12       12              
  Lines        3649     3651       +2     
==========================================
+ Hits         3454     3475      +21     
+ Misses        195      176      -19
Flag Coverage Δ
#tests 94.82% <100%> (+0.49%) ⬆️
#tests_real 84.6% <81.25%> (-0.05%) ⬇️
#unit_tests 2.69% <0%> (-0.01%) ⬇️
Impacted Files Coverage Δ
src/concuerror_callback.erl 93.55% <100%> (+0.17%) ⬆️
src/concuerror.erl 83.87% <100%> (+0.26%) ⬆️
src/concuerror_instrumenter.erl 95.31% <100%> (+9.37%) ⬆️
src/concuerror_dependencies.erl 89.26% <100%> (+1.46%) ⬆️
src/concuerror_loader.erl 93.82% <0%> (-1.24%) ⬇️
src/concuerror_scheduler.erl 97.13% <0%> (+0.23%) ⬆️

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 4ac5e51...6ab7afc. Read the comment docs.

@parapluu parapluu deleted a comment from codecov bot Aug 21, 2018
@aronisstav aronisstav merged commit 18a7026 into parapluu:master Aug 21, 2018
@aronisstav aronisstav deleted the increase-coverage branch August 21, 2018 14: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