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

Refactor to use google/wire instead of fx #133

Merged
merged 7 commits into from
Nov 16, 2024

Refactor codebase to remove `go.uber.org/fx` dependency and update st…

21f6622
Select commit
Loading
Failed to load commit list.
Merged

Refactor to use google/wire instead of fx #133

Refactor codebase to remove `go.uber.org/fx` dependency and update st…
21f6622
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 15, 2024 in 1s

27.97% of diff hit (target 60.00%)

View this Pull Request on Codecov

27.97% of diff hit (target 60.00%)

Annotations

Check warning on line 15 in cmd/ingest/ingest.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/ingest/ingest.go#L15

Added line #L15 was not covered by tests

Check warning on line 25 in cmd/ingest/ingest.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/ingest/ingest.go#L23-L25

Added lines #L23 - L25 were not covered by tests

Check warning on line 38 in cmd/ingest/osv/osv.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/ingest/osv/osv.go#L38

Added line #L38 was not covered by tests

Check warning on line 58 in cmd/ingest/osv/osv.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/ingest/osv/osv.go#L57-L58

Added lines #L57 - L58 were not covered by tests

Check warning on line 39 in cmd/ingest/sbom/sbom.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/ingest/sbom/sbom.go#L39

Added line #L39 was not covered by tests

Check warning on line 61 in cmd/ingest/sbom/sbom.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/ingest/sbom/sbom.go#L60-L61

Added lines #L60 - L61 were not covered by tests

Check warning on line 39 in cmd/ingest/scorecard/scorecard.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/ingest/scorecard/scorecard.go#L39

Added line #L39 was not covered by tests

Check warning on line 61 in cmd/ingest/scorecard/scorecard.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/ingest/scorecard/scorecard.go#L60-L61

Added lines #L60 - L61 were not covered by tests

Check warning on line 13 in cmd/leaderboard/leaderboard.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/leaderboard/leaderboard.go#L13

Added line #L13 was not covered by tests

Check warning on line 50 in cmd/query/custom/custom.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/query/custom/custom.go#L45-L50

Added lines #L45 - L50 were not covered by tests

Check warning on line 72 in cmd/query/custom/custom.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/query/custom/custom.go#L71-L72

Added lines #L71 - L72 were not covered by tests

Check warning on line 10 in cmd/query/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/query/query.go#L10

Added line #L10 was not covered by tests

Check warning on line 14 in cmd/query/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/query/query.go#L12-L14

Added lines #L12 - L14 were not covered by tests

Check warning on line 19 in cmd/query/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/query/query.go#L18-L19

Added lines #L18 - L19 were not covered by tests

Check warning on line 22 in cmd/query/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/query/query.go#L22

Added line #L22 was not covered by tests

Check warning on line 22 in cmd/root/root.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/root/root.go#L20-L22

Added lines #L20 - L22 were not covered by tests

Check warning on line 27 in cmd/root/root.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/root/root.go#L25-L27

Added lines #L25 - L27 were not covered by tests

Check warning on line 29 in cmd/root/root.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/root/root.go#L29

Added line #L29 was not covered by tests

Check warning on line 38 in cmd/root/root.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/root/root.go#L32-L38

Added lines #L32 - L38 were not covered by tests

Check warning on line 47 in cmd/root/root.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/root/root.go#L43-L47

Added lines #L43 - L47 were not covered by tests

Check warning on line 49 in cmd/root/root.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/root/root.go#L49

Added line #L49 was not covered by tests

Check warning on line 49 in cmd/server/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/server/server.go#L44-L49

Added lines #L44 - L49 were not covered by tests

Check warning on line 58 in cmd/server/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/server/server.go#L54-L58

Added lines #L54 - L58 were not covered by tests

Check warning on line 62 in cmd/server/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/server/server.go#L62

Added line #L62 was not covered by tests

Check warning on line 74 in cmd/server/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/server/server.go#L74

Added line #L74 was not covered by tests