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 'enable' tag attribute #53

Merged
merged 1 commit into from Mar 30, 2021

Conversation

jakub-bacic
Copy link
Contributor

Fixes #52

@codecov
Copy link

codecov bot commented Mar 30, 2021

Codecov Report

Merging #53 (3dc3f54) into master (4545671) will decrease coverage by 0.14%.
The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #53      +/-   ##
==========================================
- Coverage   74.04%   73.90%   -0.15%     
==========================================
  Files           5        5              
  Lines         339      341       +2     
  Branches       98       99       +1     
==========================================
+ Hits          251      252       +1     
  Misses          5        5              
- Partials       83       84       +1     
Impacted Files Coverage Δ
src/meta.ts 74.11% <50.00%> (-0.25%) ⬇️

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 7265417...3dc3f54. Read the comment docs.

Copy link
Member

@crazy-max crazy-max left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks!

@crazy-max crazy-max merged commit b909bd3 into docker:master Mar 30, 2021
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.

Enable attribute is ignored for tags
2 participants