Skip to content

feat: Add monero app and its dependencies #25

feat: Add monero app and its dependencies

feat: Add monero app and its dependencies #25

on:
pull_request:
paths:
- rust/apps/monero/**
name: Monero Checks
jobs:
UnitTest:
name: Unit Test And Code coverage
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2024-07-01
override: true
components: rustfmt
target: x86_64-apple-darwin
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
- name: Run rust/apps/monero
run: cd rust/apps/monero && cargo +nightly-2024-07-01 llvm-cov --fail-under-functions 50 --fail-under-lines 50 --fail-under-regions 50