ObolNetwork / charon

Charon (pronounced 'kharon') is a Proof of Stake Ethereum Distributed Validator Client
https://docs.obol.tech/
Other
202 stars 90 forks source link

testutil: update docker-compose command to docker compose #3249

Closed KaloyanTanev closed 2 months ago

KaloyanTanev commented 2 months ago

Compose tests were failing because of docker-compose command hasn't been changed to docker compose on some places and the version on top wasn't removed.

category: test ticket: none

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 57.66%. Comparing base (6a5448f) to head (2ded7cc). Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3249 +/- ## ======================================= Coverage 57.65% 57.66% ======================================= Files 211 211 Lines 30375 30375 ======================================= + Hits 17513 17515 +2 + Misses 10976 10973 -3 - Partials 1886 1887 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

pinebit commented 2 months ago

Finally this fixes our CI. Good job!