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

[vividus] Add Vividus expression: toBase64Gzip #1351

Merged
merged 1 commit into from
Jan 16, 2021

Conversation

valfirst
Copy link
Collaborator

Closes #1337

@sonarcloud
Copy link

sonarcloud bot commented Jan 16, 2021

@codecov
Copy link

codecov bot commented Jan 16, 2021

Codecov Report

Merging #1351 (febdd65) into master (0e00c3b) will increase coverage by 6.29%.
The diff coverage is 80.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1351      +/-   ##
============================================
+ Coverage     88.98%   95.28%   +6.29%     
+ Complexity     4934     4789     -145     
============================================
  Files           665      667       +2     
  Lines         13450    13485      +35     
  Branches        961      962       +1     
============================================
+ Hits          11969    12849     +880     
+ Misses         1347      505     -842     
+ Partials        134      131       -3     
Impacted Files Coverage Δ Complexity Δ
...dus/bdd/expression/StringsExpressionProcessor.java 93.75% <80.00%> (+61.75%) 0.00 <0.00> (-3.00) ⬆️
...bileapp/variable/ClipboardTextDynamicVariable.java 95.00% <0.00%> (-5.00%) 8.00% <0.00%> (+6.00%) ⬇️
.../vividus/bdd/mobileapp/steps/ApplicationSteps.java 100.00% <0.00%> (ø) 12.00% <0.00%> (ø%)
...bdd/mobileapp/configuration/MobileEnvironment.java 100.00% <0.00%> (ø) 3.00% <0.00%> (?%)
...g/vividus/mobileapp/action/ApplicationActions.java 100.00% <0.00%> (ø) 2.00% <0.00%> (?%)
...dus/configuration/DeprecatedPropertiesHandler.java 96.87% <0.00%> (+6.25%) 0.00% <0.00%> (-11.00%) ⬆️
...in/java/org/vividus/configuration/BeanFactory.java 93.93% <0.00%> (+15.15%) 0.00% <0.00%> (-13.00%) ⬆️
...in/java/org/vividus/bdd/log/AllureLogAppender.java 100.00% <0.00%> (+20.00%) 0.00% <0.00%> (-6.00%) ⬆️
...rc/main/java/org/vividus/runner/GenericRunner.java 23.80% <0.00%> (+23.80%) 0.00% <0.00%> (ø%)
...ovy/VariableContextAwareGroovyScriptEvaluator.java 100.00% <0.00%> (+25.00%) 0.00% <0.00%> (-1.00%) ⬆️
... and 44 more

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 0e00c3b...febdd65. Read the comment docs.

@valfirst valfirst merged commit 42f29e5 into master Jan 16, 2021
@valfirst valfirst deleted the add-to-base-64-gzip-expression branch January 16, 2021 15:41
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.

Add ability to convert text in gzip format
3 participants