fix: rm tarpaulin annotations
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Aravinth Manivannan 2024-05-07 16:17:50 +05:30
parent 2e889b8f68
commit 9afc34740a
Signed by: realaravinth
GPG Key ID: F8F50389936984FF
2 changed files with 0 additions and 2 deletions

View File

@ -10,7 +10,6 @@ pub struct Server {
}
impl Server {
#[cfg(not(tarpaulin_include))]
pub fn get_ip(&self) -> String {
format!("{}:{}", self.ip, self.port)
}

View File

@ -2,7 +2,6 @@ use std::env;
use sqlx::postgres::PgPoolOptions;
#[cfg(not(tarpaulin_include))]
#[actix_rt::main]
async fn main() {
//TODO featuregate sqlite and postgres