diff options
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cbee315..f394c98 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,8 +15,8 @@ jobs: - run: cargo clippy -- -W clippy::pedantic - run: cargo fmt --all -- --check - run: cargo test - - run: cargo install cargo-tarpaulin && cargo tarpaulin --out Xml - - uses: codecov/codecov-action@v1 + # - run: cargo install cargo-tarpaulin && cargo tarpaulin --out Xml + # - uses: codecov/codecov-action@v1 strategy: matrix: rust: |