Skip to content

Commit

Permalink
43: Test ci status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
jac18281828 committed Jan 26, 2024
1 parent 2b2bf95 commit 7da8f17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ RUN cargo test --workspace --all-features
RUN CARGO_TARGET_DIR=/workspaces/${PROJECT}/target cargo install --path xps-gateway --bin=xps_gateway --root=~${USER}/.cargo/
RUN valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --verbose ~${USER}/.cargo/bin/xps_gateway --help

CMD RUST_LOG=info cargo run -- --host 0.0.0.0 --port 8080

LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.name="rustdev" \
org.label-schema.description="Rust Development Container" \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

This _postal service_ gateway implements the XMTP transport for registration, inbox and conversations.

[![Test](https://github.com/xmtp/xps-gateway/actions/workflows/ci-image.yml/badge.svg)](https://github.com/xmtp/xps-gateway/actions/workflows/ci-image.yml)
[![codecov](https://codecov.io/gh/xmtp/xps-gateway/graph/badge.svg?token=HXZBPB9GIN)](https://codecov.io/gh/xmtp/xps-gateway)

## Quick Start (Development)
Expand Down

0 comments on commit 7da8f17

Please sign in to comment.