Skip to content

Commit

Permalink
chore(scraping): exclude spider from test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
timonv committed Jun 23, 2024
1 parent 9a1e12d commit cb7a2cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions swiftide/src/integrations/scraping/loader.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![cfg(not(tarpaulin_include))]
use derive_builder::Builder;
use spider::website::Website;
use tokio::{runtime::Handle, sync::RwLock};
Expand Down

0 comments on commit cb7a2cd

Please sign in to comment.