Skip to content

Commit

Permalink
Don’t use coverage(off) for now because it’s unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
spencewenski committed May 14, 2024
1 parent ef0a55b commit 564044d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/service/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ mod tests {
struct TestAppServiceBuilder;
#[async_trait]
impl AppServiceBuilder<MockTestApp, MockAppService<MockTestApp>> for TestAppServiceBuilder {
#[cfg_attr(coverage, coverage(off))]
async fn build(
self,
_context: &MockAppContext<()>,
Expand Down

0 comments on commit 564044d

Please sign in to comment.