fungover / haze

Key-Value database that talks RESP
MIT License
8 stars 9 forks source link

50 Adding integration tests #167

Closed kappsegla closed 9 months ago

kappsegla commented 1 year ago

This will add integration tests that can be used to check that the built docker image can be started and the server called.

The following updates are included: Changes to the Dockerfile, dependencies are now downloaded here and not by maven. Github action release.yml now runs mvn verify to verify the application before publishing anything. Disables generation of a jar file during maven build process because it's not needed. Classes will be copied directly into docker image anyway.

sonarcloud[bot] commented 1 year ago

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

20.0% 20.0% Coverage
0.0% 0.0% Duplication

cmatlak commented 9 months ago

conflicts should be resolved by @kappsegla ?

sonarcloud[bot] commented 9 months ago

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud