This project is an example project realizing Continuous Integration (CI), Code Coverage (Codecov) and Markdown (README.md) for JavaRush competition. References to my articles:
| Technology | Badge |
|---|---|
| Travis CI |
If you want to use this project:
- You have to "clone" on your GitHub or "download" this project;
- If you selected to "download" the project then start your Intellij IDEA and choose the "Import Project" and then choose as "Maven" project else if you selected to "clone" the project choose the "Check out from Version Control" and then choose "GitHub" and and select your repository in which you cloned this project;
- If your version is Java 9 then you can skip this item otherwise you have to open the "pom.xml" file and look for the line
<java.version>1.9</java.version>and change the value to your version of Java; - Run the project;
- If you want to package a jar file, then open the "Lifecycle" of the Maven and choose "package";
- Programming Language: Java
- Build System: Maven
- Automated Testing: JUnit4
- Continuous Integration: Travis CI
- Code Coverage: Codecov.io
- Author: Koliadin Nikita
- Facebook: My Facebook
- Gmail: qThegamEp@gmail.com
- JavaRush: My JavaRush