Skip to content

Feature/single module consolidation#134

Merged
raleigh-g-thompson merged 14 commits intomasterfrom
feature/single-module-consolidation
Apr 14, 2026
Merged

Feature/single module consolidation#134
raleigh-g-thompson merged 14 commits intomasterfrom
feature/single-module-consolidation

Conversation

@raleigh-g-thompson
Copy link
Copy Markdown
Contributor

@raleigh-g-thompson raleigh-g-thompson commented Apr 8, 2026

closes #128

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 8, 2026

Formatting check succeeded!

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 8, 2026

Codecov Report

❌ Patch coverage is 80.43478% with 63 lines in your changes missing coverage. Please review.
✅ Project coverage is 74.88%. Comparing base (30a506b) to head (57dce91).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
...main/kotlin/org/opencds/cqf/cql/ls/service/Main.kt 0.00% 15 Missing ⚠️
...rg/opencds/cqf/cql/ls/server/command/CqlCommand.kt 66.66% 10 Missing and 2 partials ⚠️
...ver/repository/ig/standard/IgStandardRepository.kt 80.35% 8 Missing and 3 partials ⚠️
...ds/cqf/cql/ls/server/service/DiagnosticsService.kt 77.27% 1 Missing and 4 partials ⚠️
...pencds/cqf/cql/ls/server/provider/HoverProvider.kt 0.00% 4 Missing ⚠️
...ql/ls/server/command/ViewElmCommandContribution.kt 75.00% 1 Missing and 2 partials ⚠️
...ncds/cqf/cql/ls/server/manager/IgContextManager.kt 0.00% 2 Missing and 1 partial ⚠️
...server/provider/ContentServiceModelInfoProvider.kt 50.00% 1 Missing and 2 partials ⚠️
...l/ls/server/command/DebugCqlCommandContribution.kt 71.42% 1 Missing and 1 partial ⚠️
...ds/cqf/cql/ls/server/service/FileContentService.kt 33.33% 0 Missing and 2 partials ⚠️
... and 3 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #134      +/-   ##
============================================
+ Coverage     73.98%   74.88%   +0.89%     
- Complexity      355      385      +30     
============================================
  Files            44       44              
  Lines          1153     1258     +105     
  Branches        167      169       +2     
============================================
+ Hits            853      942      +89     
- Misses          210      231      +21     
+ Partials         90       85       -5     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 8, 2026

Coverage Report

Overall Project 81.16% -2.58% 🍏
Files changed 85% 🍏

File Coverage
ContentService.kt 100% 🍏
ServerState.kt 100% 🍏
LanguageClientAppender.kt 100% 🍏
DidSaveTextDocumentEvent.kt 100% 🍏
DidChangeTextDocumentEvent.kt 100% 🍏
DidChangeWatchedFilesEvent.kt 100% 🍏
BaseEvent.kt 100% 🍏
DidCloseTextDocumentEvent.kt 100% 🍏
DidOpenTextDocumentEvent.kt 100% 🍏
FormattingProvider.kt 100% 🍏
ContentServiceSourceProvider.kt 100% 🍏
IgStandardResourceCategory.kt 100% 🍏
IgStandardConventions.kt 100% 🍏
IgStandardRepositoryCompartment.kt 100% 🍏
IgStandardEncodingBehavior.kt 100% 🍏
Futures.kt 100% 🍏
Diagnostics.kt 100% 🍏
CqlDebugServer.kt 98.53% 🍏
IgStandardCqlContent.kt 98.28% 🍏
ActiveContentService.kt 98.05% 🍏
CqlWorkspaceService.kt 97.44% 🍏
ExpressionTrackBackVisitor.kt 97.24% 🍏
Converters.kt 96.3% 🍏
CqlCompilationManager.kt 96.27% 🍏
CqlTextDocumentService.kt 95.98% -4.02%
FileContentService.kt 93.13% -0.63% 🍏
DebugCqlCommandContribution.kt 92.55% -1.86% 🍏
FederatedContentService.kt 92.54% 🍏
CqlLanguageServer.kt 90.91% 🍏
CompilerOptionsManager.kt 90.86% -2.03% 🍏
DiagnosticsService.kt 90.64% -1.21% 🍏
ContentServiceModelInfoProvider.kt 88.42% -3.16% 🍏
IgStandardRepository.kt 85.99% -1.91% 🍏
ViewElmCommandContribution.kt 85.03% -8.98%
CommandContribution.kt 83.33% 🍏
Uris.kt 82.98% 🍏
DebugCommandContribution.kt 80% 🍏
DebugSession.kt 77.65% 🍏
CliCommand.kt 75% -25%
CqlCommand.kt 54.53% -5.77%
IgContextManager.kt 54.28% -7.37%
HoverProvider.kt 38.1% -14.29%
NoOpRepository.kt 31.82% 🍏
Main.kt 0% -13.43%

@raleigh-g-thompson raleigh-g-thompson marked this pull request as ready for review April 8, 2026 14:23
@raleigh-g-thompson raleigh-g-thompson merged commit 3a3ff1b into master Apr 14, 2026
13 checks passed
@raleigh-g-thompson raleigh-g-thompson deleted the feature/single-module-consolidation branch April 14, 2026 11:58
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.

Consolidate into a single module

2 participants