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

Use Entrypoint instead of CMD for dockerfile #774

Merged
merged 4 commits into from
Mar 5, 2024

Conversation

xlight05
Copy link
Contributor

@xlight05 xlight05 commented Mar 4, 2024

Copy link

codecov bot commented Mar 4, 2024

Codecov Report

Attention: Patch coverage is 76.66667% with 7 lines in your changes are missing coverage. Please review.

Project coverage is 82.47%. Comparing base (3afe2dc) to head (1390414).

Files Patch % Lines
...n/java/io/ballerina/c2c/utils/DockerGenerator.java 70.58% 4 Missing and 1 partial ⚠️
.../io/ballerina/c2c/utils/NativeDockerGenerator.java 33.33% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #774      +/-   ##
============================================
+ Coverage     82.37%   82.47%   +0.10%     
- Complexity      397      399       +2     
============================================
  Files            47       47              
  Lines          2179     2186       +7     
  Branches        270      270              
============================================
+ Hits           1795     1803       +8     
+ Misses          255      254       -1     
  Partials        129      129              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@xlight05 xlight05 merged commit c9b6cf9 into ballerina-platform:master Mar 5, 2024
3 of 4 checks passed
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.

Use Entrypoint instead of CMD for running the executable
2 participants