Skip to content

Commit

Permalink
remove coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvsadana committed Mar 8, 2024
1 parent b04bfdd commit eaf571f
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 122 deletions.
Binary file modified .github/.DS_Store
Binary file not shown.
112 changes: 0 additions & 112 deletions .github/workflows/coverage.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,3 @@ jobs:
name: Run Cargo linters
uses: ./.github/workflows/linters-cargo.yml
needs: rust_build

coverage:
name: Run coverage
uses: ./.github/workflows/coverage.yml
needs: rust_build
Binary file modified src/.DS_Store
Binary file not shown.
5 changes: 0 additions & 5 deletions src/da_clients/ethereum/config.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
use crate::da_clients::DaConfig;
use crate::utils::env_utils::get_env_var_or_panic;






#[derive(Clone, Debug)]
pub struct EthereumDaConfig {
pub rpc_url: String,
Expand Down

0 comments on commit eaf571f

Please sign in to comment.