From 171b06d9beeec22ce29e4a0ca1fefa81dca2dd90 Mon Sep 17 00:00:00 2001 From: Jonathan LOQUET <8999079+JonathanLT@users.noreply.github.com> Date: Mon, 11 Mar 2024 22:42:20 +0000 Subject: [PATCH] Remove codecov --- .github/workflows/rust.yml | 6 ------ codecov.yml | 24 ------------------------ 2 files changed, 30 deletions(-) delete mode 100644 codecov.yml diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 5010082..31000a2 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -20,9 +20,3 @@ jobs: run: cargo build --verbose - name: Run tests run: cargo test --verbose - - name: Rust Codecov - uses: maboesanman/rust-codecov@v0 - with: - # the destination file path - output-path: codecov.json - diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index dd3dcc1..0000000 --- a/codecov.yml +++ /dev/null @@ -1,24 +0,0 @@ -codecov: - require_ci_to_pass: yes - -coverage: - precision: 2 - round: down - range: "70...100" - -parsers: - gcov: - branch_detection: - conditional: yes - loop: yes - method: yes - macro: yes - -ignore: - - "**/test.rs" - - "**/test/**/*.rs" - -comment: - layout: "reach,diff,flags,files,footer" - behavior: default - require_changes: no