Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/creek-service/creek-release-test
Hack space for release testing
https://github.com/creek-service/creek-release-test
Last synced: 4 days 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T09:06:02.000Z (7 months ago)
- Last Synced: 2024-04-23T02:22:28.863Z (7 months 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
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Coverage Status](https://coveralls.io/repos/github/creek-service/creek-release-test/badge.svg?branch=main)](https://coveralls.io/github/creek-service/creek-release-test?branch=main)
[![build](https://github.com/creek-service/creek-release-test/actions/workflows/build.yml/badge.svg)](https://github.com/creek-service/creek-release-test/actions/workflows/build.yml)
[![CodeQL](https://github.com/creek-service/creek-release-test/actions/workflows/codeql.yml/badge.svg)](https://github.com/creek-service/creek-release-test/actions/workflows/codeql.yml)
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/creek-service/creek-release-test/badge)](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/