Skip to content

Fix Unmarshaler call when value is missing#439

Merged
pelletier merged 1 commit intomasterfrom
github431
Sep 12, 2020
Merged

Fix Unmarshaler call when value is missing#439
pelletier merged 1 commit intomasterfrom
github431

Conversation

@pelletier
Copy link
Copy Markdown
Owner

Fixes #431

@codecov
Copy link
Copy Markdown

codecov bot commented Sep 12, 2020

Codecov Report

Merging #439 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #439   +/-   ##
=======================================
  Coverage   93.89%   93.90%           
=======================================
  Files          10       10           
  Lines        2441     2443    +2     
=======================================
+ Hits         2292     2294    +2     
  Misses        108      108           
  Partials       41       41           
Impacted Files Coverage Δ
marshal.go 96.30% <100.00%> (+0.01%) ⬆️

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 5c94d86...282eea1. Read the comment docs.

@pelletier pelletier merged commit 65ca806 into master Sep 12, 2020
@pelletier pelletier deleted the github431 branch September 12, 2020 18:42
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.

TOMLUnmarshaler without the actual TOML object in file causes a nil ptr dereference

1 participant