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

support dynamic module loaders #7

Merged
merged 23 commits into from
Jun 17, 2024
Merged

support dynamic module loaders #7

merged 23 commits into from
Jun 17, 2024

Conversation

hyorigo
Copy link
Contributor

@hyorigo hyorigo commented Jun 15, 2024

  • new loader opt
  • for dynamic names
  • for alias
  • for intersec
  • for tests
  • simple map set
  • refine cd
  • better naming

Copy link

codacy-production bot commented Jun 15, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.14% (target: -1.00%) 96.99%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (a8d6558) 626 619 98.88%
Head commit (d8e0082) 718 (+92) 711 (+92) 99.03% (+0.14%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#7) 133 129 96.99%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences


🚀 Don’t miss a bit, follow what’s new on Codacy.

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

Copy link

codecov bot commented Jun 15, 2024

Codecov Report

Attention: Patch coverage is 95.48872% with 6 lines in your changes missing coverage. Please review.

Project coverage is 98.56%. Comparing base (a8d6558) to head (d8e0082).

Files Patch % Lines
module.go 92.94% 4 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master       #7      +/-   ##
==========================================
+ Coverage   98.20%   98.56%   +0.36%     
==========================================
  Files           6        6              
  Lines         614      699      +85     
==========================================
+ Hits          603      689      +86     
  Misses          7        7              
+ Partials        4        3       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hyorigo hyorigo merged commit 084c9af into master Jun 17, 2024
25 checks passed
@hyorigo hyorigo deleted the ccm branch June 17, 2024 14:23
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.

1 participant