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: Update enough #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix: Update enough #39

wants to merge 1 commit into from

Conversation

joaohf
Copy link
Contributor

@joaohf joaohf commented Aug 9, 2022

To fix dialyzer error:

src/systemd_journal_h.erl
Line 500 Column 1: The inferred return type of handle_call/3
({'stop','normal','ok',}) has nothing in common with {'noreply',} |
{'reply',,} | {'stop',,}, which is the expected return type for the
callback of enough behaviour

To fix dialyzer error:

src/systemd_journal_h.erl
Line 500 Column 1: The inferred return type of handle_call/3
({'stop','normal','ok',_}) has nothing in common with {'noreply',_} |
{'reply',_,_} | {'stop',_,_}, which is the expected return type for the
 callback of enough behaviour
@joaohf
Copy link
Contributor Author

joaohf commented Aug 9, 2022

Hello.

It might be better to release a new enough hex package instead.

@codecov
Copy link

codecov bot commented Aug 25, 2022

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.26%. Comparing base (fa53b78) to head (e81a434).
Report is 13 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #39   +/-   ##
=======================================
  Coverage   89.26%   89.26%           
=======================================
  Files           8        8           
  Lines         354      354           
=======================================
  Hits          316      316           
  Misses         38       38           
Flag Coverage Δ
otp-23 89.26% <ø> (ø)
otp-24 89.26% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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