SubhenduShekhar / cjson

CJSON is a data file format(inspired from JSON), but supports logical expressions too. Having extended language support to NodeJS, Python, Java and DotNet, users has experienced data reusability. For features and examples, please refer to this documentation as base document.
https://subhendushekhar.github.io/cjson/
MIT License
3 stars 1 forks source link

Code coverage for Java #110

Open SubhenduShekhar opened 6 months ago

kesrishubham2510 commented 6 months ago

Hi @SubhenduShekhar, by what tests (Unit, Integration or any other) you want to achieve coverage ?

SubhenduShekhar commented 6 months ago

@kesrishubham2510 unit tests

kesrishubham2510 commented 5 months ago

Hi @SubhenduShekhar, can you share any sample config.json file (mentioned in main method of the java module) that I can refer to understand the working of the project ?

SubhenduShekhar commented 4 months ago

@kesrishubham2510 you can take reference from the junit tests. Use jacoco. There is no main method.

kesrishubham2510 commented 3 months ago

I have added test cases, but unable to push it, do I need any permissions to push my branch and raise merge-request ?