Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSUB-591: Updates for docker-compose.yml #1145

Merged
merged 5 commits into from
Jun 21, 2023
Merged

Conversation

atodorov
Copy link
Contributor

Description of proposed changes


Practical tips for PR review & merge:

  • All GitHub Actions report PASS
  • Newly added code/functions have unit tests
    • Coverage tools report all newly added lines as covered
    • The positive scenario is exercised
    • Negative scenarios are exercised, e.g. assert on all possible errors
    • Assert on events triggered if applicable
    • Assert on changes made to storage if applicable
  • Modified behavior/functions - try to make sure above test items are covered
  • Integration tests are added if applicable/needed

@codecov-commenter
Copy link

codecov-commenter commented Jun 19, 2023

Codecov Report

Merging #1145 (6969665) into dev (f2f16fc) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##              dev    #1145   +/-   ##
=======================================
  Coverage   74.62%   74.62%           
=======================================
  Files          74       74           
  Lines       10686    10686           
=======================================
  Hits         7974     7974           
  Misses       2712     2712           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@github-actions
Copy link

For full LLVM coverage report click here!

.github/workflows/ci.yml Show resolved Hide resolved
docker-compose.yml Outdated Show resolved Hide resolved
docker-compose.yml Outdated Show resolved Hide resolved
@atodorov atodorov force-pushed the remove_bogus_docker-compose branch from 06cac00 to 94de9da Compare June 20, 2023 14:00
@atodorov atodorov requested a review from jonZlotnik June 20, 2023 15:01
@atodorov atodorov changed the title Updates for docker-compose.yml CSUB-591: Updates for docker-compose.yml Jun 20, 2023
jonZlotnik
jonZlotnik previously approved these changes Jun 20, 2023
it doesn't seem to be used anywhere and also looks like a build compose,
not an example of how creditcoin-node should be run
Note: testnet chain spec already specifies boot node so no need to
hard-code it here
jonZlotnik
jonZlotnik previously approved these changes Jun 21, 2023
Copy link
Contributor

@jonZlotnik jonZlotnik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noice

this only make sense if we specify --base-path, which we do in the next
section
@atodorov atodorov merged commit a63480f into dev Jun 21, 2023
30 checks passed
@atodorov atodorov deleted the remove_bogus_docker-compose branch June 21, 2023 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants