https://github.com/creek-service/creek-release-test
Hack space for release testing
https://github.com/creek-service/creek-release-test
Last synced: 3 months ago
JSON representation
Hack space for release testing
- Host: GitHub
- URL: https://github.com/creek-service/creek-release-test
- Owner: creek-service
- License: apache-2.0
- Created: 2022-10-26T23:30:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T09:06:02.000Z (about 1 year ago)
- Last Synced: 2024-04-23T02:22:28.863Z (about 1 year ago)
- Language: Java
- Size: 468 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://opensource.org/licenses/Apache-2.0)
[](https://coveralls.io/github/creek-service/creek-release-test?branch=main)
[](https://github.com/creek-service/creek-release-test/actions/workflows/build.yml)
[](https://github.com/creek-service/creek-release-test/actions/workflows/codeql.yml)
[](https://api.securityscorecards.dev/projects/github.com/creek-service/creek-release-test)# Creek release test
Hack space for release testing
Current version: 0.18.8
### Gradle commands
* `./gradlew format` will format the code using [Spotless][1].
* `./gradlew static` will run static code analysis, i.e. [Spotbugs][2] and [Checkstyle][3].
* `./gradlew check` will run all checks and tests.
* `./gradlew coverage` will generate a cross-module [Jacoco][5] coverage report.[1]: https://github.com/diffplug/spotless
[2]: https://spotbugs.github.io/
[3]: https://checkstyle.sourceforge.io/
[4]: https://github.com/allegro/axion-release-plugin
[5]: https://www.jacoco.org/jacoco/trunk/doc/
[6]: https://coveralls.io/
[7]: https://junit.org/junit5/docs/current/user-guide/
[8]: https://site.mockito.org/
[9]: http://hamcrest.org/JavaHamcrest/index
[10]: https://github.com/google/guava/tree/master/guava-testlib
[11]: https://logging.apache.org/log4j/2.x/
[12]: https://coveralls.io/