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

36: release packaging for ghcr container registry #37

Merged
merged 1 commit into from
Jan 19, 2024
Merged

Conversation

jac18281828
Copy link
Contributor

closes #36

  • release packaging
  • add arguments for host and port

@jac18281828 jac18281828 added enhancement New feature or request gateway labels Jan 19, 2024
@jac18281828 jac18281828 self-assigned this Jan 19, 2024
Copy link

codecov bot commented Jan 19, 2024

Codecov Report

Attention: 7 lines in your changes are missing coverage. Please review.

Comparison is base (7f93c79) 71.21% compared to head (f7b65b5) 77.98%.

Files Patch % Lines
xps-gateway/src/main.rs 90.47% 4 Missing ⚠️
xps-gateway/src/lib.rs 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #37      +/-   ##
==========================================
+ Coverage   71.21%   77.98%   +6.76%     
==========================================
  Files           9        9              
  Lines          66      109      +43     
==========================================
+ Hits           47       85      +38     
- Misses         19       24       +5     

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

RUN cargo test
RUN cargo build --release
RUN CARGO_TARGET_DIR=/workspaces/${PROJECT}/target cargo install --path xps-gateway --bin=xps_gateway
RUN valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --verbose ${HOME}/.cargo/bin/xps_gateway --help
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

@jac18281828 jac18281828 merged commit f7b65b5 into main Jan 19, 2024
5 checks passed
@jac18281828 jac18281828 deleted the jac/relpkg branch January 19, 2024 23:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request gateway
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Setup release build for xps-gateway
2 participants