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 expression to capitalize string fully #1760

Merged
merged 1 commit into from
Jul 1, 2021
Merged

Conversation

ikalinin1
Copy link
Member

closes #1759

@codecov
Copy link

codecov bot commented Jul 1, 2021

Codecov Report

Merging #1760 (3968ebb) into master (76d0969) will increase coverage by 8.01%.
The diff coverage is 100.00%.

❗ Current head 3968ebb differs from pull request most recent head c7bcc3f. Consider uploading reports for the commit c7bcc3f to get more accurate results
Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1760      +/-   ##
============================================
+ Coverage     87.83%   95.85%   +8.01%     
+ Complexity     5302     5125     -177     
============================================
  Files           721      721              
  Lines         14752    14752              
  Branches       1003     1003              
============================================
+ Hits          12958    14141    +1183     
+ Misses         1655      476    -1179     
+ Partials        139      135       -4     
Impacted Files Coverage Δ
...dus/bdd/expression/StringsExpressionProcessor.java 93.75% <100.00%> (+68.75%) ⬆️
...dus/configuration/DeprecatedPropertiesHandler.java 97.72% <0.00%> (+13.63%) ⬆️
...in/java/org/vividus/configuration/BeanFactory.java 93.93% <0.00%> (+15.15%) ⬆️
...in/java/org/vividus/bdd/log/AllureLogAppender.java 100.00% <0.00%> (+20.00%) ⬆️
...rc/main/java/org/vividus/runner/GenericRunner.java 23.80% <0.00%> (+23.80%) ⬆️
...ava/org/vividus/configuration/StringEncryptor.java 100.00% <0.00%> (+25.00%) ⬆️
...ovy/VariableContextAwareGroovyScriptEvaluator.java 100.00% <0.00%> (+25.00%) ⬆️
.../java/org/vividus/spring/StartContextListener.java 100.00% <0.00%> (+27.27%) ⬆️
...idus/bdd/expression/GroovyExpressionProcessor.java 100.00% <0.00%> (+33.33%) ⬆️
...java/org/vividus/bdd/issue/KnownIssueProvider.java 98.24% <0.00%> (+43.85%) ⬆️
... and 49 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 76d0969...c7bcc3f. Read the comment docs.

@ikalinin1 ikalinin1 requested a review from valfirst July 1, 2021 06:40
@sonarcloud
Copy link

sonarcloud bot commented Jul 1, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@valfirst valfirst merged commit 8e97685 into master Jul 1, 2021
@valfirst valfirst deleted the capitilize branch July 1, 2021 08:02
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.

#{capitalize(...)} expression turns text into Sentence Case
3 participants