After I added the new test case, I failed the ./gradlew check and it seems like the check failed because I added the new test case. Is there anything I need to do before executing ./gradlew check?
Best, Hank > On May 24, 2024, at 12:53 PM, Chang Hank <[email protected]> wrote: > > Hi Robert, > > Thanks for your advice, will look into it!! > > Best, > Hank >> On May 24, 2024, at 12:46 PM, Robert Muir <[email protected]> wrote: >> >> On Fri, May 24, 2024 at 2:33 PM Chang Hank <[email protected]> wrote: >>> >>> Hi all, >>> >>> I want to improve the code coverage for Lucene, which package would you >>> recommend testing to do so? Do we need more coverage in the Core package? >>> >> >> Hello, >> >> I'd recommend looking at the help/tests.txt file, you can generate the >> coverage report easily and find untested code: >> >> https://github.com/apache/lucene/blob/main/help/tests.txt#L193 >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
