Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat: support data as Function #648

Merged
merged 1 commit into from
Dec 14, 2018

Conversation

alexander-akait
Copy link
Member

This PR contains a:

  • bugfix
  • new feature
  • code refactor
  • test update
  • typo fix
  • metadata update

Motivation / Use-Case

fixes #510

Breaking Changes

No

Additional Info

No

@codecov
Copy link

codecov bot commented Dec 14, 2018

Codecov Report

Merging #648 into master will increase coverage by 0.04%.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #648      +/-   ##
========================================
+ Coverage   97.95%    98%   +0.04%     
========================================
  Files           6      6              
  Lines         147    150       +3     
========================================
+ Hits          144    147       +3     
  Misses          3      3
Impacted Files Coverage Δ
lib/normalizeOptions.js 96.77% <100%> (+0.34%) ⬆️

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 a8709c9...f60f75f. Read the comment docs.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Environment variables / data: possibility to use a function
1 participant