Description
In Kotlin, the for ( i in 0..N-1)
and for ( i in 0 until N)
.
Since Travis CI uploads the test report , it is tagged with travisci
since there is no kotlin
tag
Repository
Steps to Reproduce
- [First Step]
- [Second Step]
- [and so on…]
Expected behavior: [What you expect to happen]
These 2 for loops should have the same code coverage since they.
When for (i in 1…N-1) is used, the code coverage is not at 100%
Actual behavior: [What actually happens]
This
for (i in 1 until N) has 100% code coverage
Flakiness? [Does this happen all the time or only sometimes?]
Versions
Please include the browser and OS and what versions you’re running.
Additional Information
Any additional information, configuration or data that might be necessary to reproduce the issue.