junitify 0.1.1

Takes cargo test JSON and transform to JUnit XML
1
2
3
4
FROM rust:1.55.0
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly
RUN cargo +nightly install junitify
ENTRYPOINT ["/usr/local/cargo/bin/junitify"]