Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a rule to suggest constructor injection over Provides method #20

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Adding a rule to suggest constructor injection over Provides method

8ebeeb8
Select commit
Loading
Failed to load commit list.
Draft

Adding a rule to suggest constructor injection over Provides method #20

Adding a rule to suggest constructor injection over Provides method
8ebeeb8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Aug 25, 2024 in 0s

70.83% of diff hit (target 89.34%)

View this Pull Request on Codecov

70.83% of diff hit (target 89.34%)

Annotations

Check warning on line 29 in lint/dagger/src/main/java/dev/whosnickdoglio/dagger/DaggerRulesIssueRegistry.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

lint/dagger/src/main/java/dev/whosnickdoglio/dagger/DaggerRulesIssueRegistry.kt#L29

Added line #L29 was not covered by tests

Check warning on line 37 in lint/dagger/src/main/java/dev/whosnickdoglio/dagger/detectors/ConstructorInjectionOverProvidesDetector.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

lint/dagger/src/main/java/dev/whosnickdoglio/dagger/detectors/ConstructorInjectionOverProvidesDetector.kt#L34-L37

Added lines #L34 - L37 were not covered by tests