statisticsnorway / java-vtl

An Open Source Java implementation of the Validation Transformation Language, based on the VTL 1.1 draft specification. The implementation follows the JSR-223 Java Scripting API and exposes a simple connector interface one can implement in order to integrate with any data stores. VTL is a standard language for defining validation and transformation rules (set of operators, their syntax and semantics) for any kind of statistical data.
http://java-vtl.org
Apache License 2.0
21 stars 7 forks source link

Add keywords to lists of keywords #90

Closed takvamborgen closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #90 into develop will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #90   +/-   ##
========================================
  Coverage    79.14%   79.14%           
========================================
  Files          144      144           
  Lines         3659     3659           
  Branches       430      430           
========================================
  Hits          2896     2896           
  Misses         639      639           
  Partials       124      124
Impacted Files Coverage Δ
...c/main/java/no/ssb/vtl/script/VTLScriptEngine.java 80% <100%> (ø) :arrow_up:

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 3eb314e...b4ad975. Read the comment docs.