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

feat(depinject): add support for core #4040

Conversation

crodriguezvega
Copy link
Contributor

Description

Adds the necessary machinery to configure core module with dependency injection. It needs #4039.
ref: #3560

Commit Message / Changelog Entry

type: commit message

see the guidelines for commit messages. (view raw markdown for examples)


Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.

  • Targeted PR against correct branch (see CONTRIBUTING.md).
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the module structure standards and Go style guide.
  • Wrote unit and integration tests.
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/).
  • Added relevant godoc comments.
  • Provide a commit message to be used for the changelog entry in the PR description for review.
  • Re-reviewed Files changed in the Github PR explorer.
  • Review Codecov Report in the comment section below once CI passes.

@crodriguezvega crodriguezvega changed the title feat(fe-inject): add support for core feat(depinject): add support for core Jul 7, 2023
…upport-code

# Conflicts:
#	e2e/go.mod
#	go.mod
#	go.sum
#	modules/core/module.go
@codecov-commenter
Copy link

Codecov Report

Merging #4040 (5c1943e) into carlos/add-buf-gen-pulsar (d41e1fa) will decrease coverage by 0.11%.
The diff coverage is 18.18%.

Additional details and impacted files

Impacted file tree graph

@@                      Coverage Diff                      @@
##           carlos/add-buf-gen-pulsar    #4040      +/-   ##
=============================================================
- Coverage                      79.49%   79.39%   -0.11%     
=============================================================
  Files                            189      189              
  Lines                          13285    13307      +22     
=============================================================
+ Hits                           10561    10565       +4     
- Misses                          2296     2314      +18     
  Partials                         428      428              
Files Changed Coverage Δ
modules/core/module.go 32.67% <18.18%> (-4.04%) ⬇️

@crodriguezvega
Copy link
Contributor Author

Closing for now, but will keep the branch, so that I can pick it up again later on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants