[
https://issues.apache.org/jira/browse/TINKERPOP-3151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18098599#comment-18098599
]
ASF GitHub Bot commented on TINKERPOP-3151:
-------------------------------------------
codecov-commenter commented on PR #3558:
URL: https://github.com/apache/tinkerpop/pull/3558#issuecomment-5063296930
##
[Codecov](https://app.codecov.io/gh/apache/tinkerpop/pull/3558?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 77.08%. Comparing base
([`4722890`](https://app.codecov.io/gh/apache/tinkerpop/commit/4722890ed831ba4f71c3916b5e6eafcf85439345?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache))
to head
([`e453c90`](https://app.codecov.io/gh/apache/tinkerpop/commit/e453c90b9095229749e3338078bf55aaa8c93f4e?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)).
:warning: Report is 36 commits behind head on 3.7-dev.
<details><summary>Additional details and impacted files</summary>
```diff
@@ Coverage Diff @@
## 3.7-dev #3558 +/- ##
=============================================
+ Coverage 75.49% 77.08% +1.58%
=============================================
Files 1092 28 -1064
Lines 67208 5336 -61872
Branches 7391 0 -7391
=============================================
- Hits 50742 4113 -46629
+ Misses 13837 1020 -12817
+ Partials 2629 203 -2426
```
</details>
[:umbrella: View full report in Codecov by
Harness](https://app.codecov.io/gh/apache/tinkerpop/pull/3558?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).
:loudspeaker: Have feedback on the report? [Share it
here](https://about.codecov.io/codecov-pr-comment-feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).
<details><summary> :rocket: New features to boost your workflow: </summary>
- :snowflake: [Test
Analytics](https://docs.codecov.com/docs/test-analytics): Detect flaky tests,
report on failures, and find test suite problems.
- :package: [JS Bundle
Analysis](https://docs.codecov.com/docs/javascript-bundle-analysis): Save
yourself from yourself by tracking and limiting bundle sizes in JS merges.
</details>
> Allow floats with no leading digits
> -----------------------------------
>
> Key: TINKERPOP-3151
> URL: https://issues.apache.org/jira/browse/TINKERPOP-3151
> Project: TinkerPop
> Issue Type: Improvement
> Components: language
> Affects Versions: 3.7.3
> Reporter: Cole Greer
> Priority: Trivial
>
> Currently floatLiterals without a leading digit such as .5f or .5d are not
> permitted by the grammar. This is a minor inconvenience for users as well as
> a subtle incompatibility from groovy.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)