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