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

add Format method to decoders #79

Merged
merged 3 commits into from
May 22, 2021
Merged

add Format method to decoders #79

merged 3 commits into from
May 22, 2021

Conversation

cristaloleg
Copy link
Member

Fixes #78

CC: @Tasssadar @asv7c2

Signed-off-by: Oleg Kovalov <[email protected]>
Signed-off-by: Oleg Kovalov <[email protected]>
Signed-off-by: Oleg Kovalov <[email protected]>
@codecov
Copy link

codecov bot commented May 22, 2021

Codecov Report

Merging #79 (fb936bc) into main (ae11180) will increase coverage by 0.95%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #79      +/-   ##
==========================================
+ Coverage   91.86%   92.81%   +0.95%     
==========================================
  Files           3        3              
  Lines         381      376       -5     
==========================================
- Hits          350      349       -1     
+ Misses         23       21       -2     
+ Partials        8        6       -2     
Impacted Files Coverage Δ
aconfig.go 92.18% <100.00%> (+1.41%) ⬆️
utils.go 83.80% <100.00%> (+1.40%) ⬆️

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 ae11180...fb936bc. Read the comment docs.

@cristaloleg cristaloleg merged commit 7b7dfeb into main May 22, 2021
@cristaloleg cristaloleg deleted the add-format-methods branch May 22, 2021 17:00
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.

FileDecoders is limited only to standard extensions
1 participant