Skip to content

Developer documentation conventions and build script#1664

Merged
JPercival merged 8 commits intomasterfrom
proposed-docs
Jan 21, 2026
Merged

Developer documentation conventions and build script#1664
JPercival merged 8 commits intomasterfrom
proposed-docs

Conversation

@JPercival
Copy link
Copy Markdown
Contributor

@JPercival JPercival commented Jan 14, 2026

  • Run ./gradlew buildDocs, check the output in docs/build/site.

@github-actions
Copy link
Copy Markdown

Formatting check succeeded!

@codecov
Copy link
Copy Markdown

codecov bot commented Jan 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 65.88%. Comparing base (32bb364) to head (72e134d).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #1664   +/-   ##
=========================================
  Coverage     65.88%   65.88%           
  Complexity     1645     1645           
=========================================
  Files           477      477           
  Lines         27505    27505           
  Branches       5471     5471           
=========================================
  Hits          18121    18121           
  Misses         7084     7084           
  Partials       2300     2300           

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Comment on lines +14 to +26
dependencies {
// For compiling code snippets in tests
testImplementation(project(":cql-to-elm"))
testImplementation(platform("org.junit:junit-bom:5.10.2"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation(kotlin("test"))
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}

tasks.withType<Test> {
useJUnitPlatform()
}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems to work without declaring JUnit dependencies:

dependencies {
    // For compiling code snippets in tests
    testImplementation(project(":cql-to-elm"))
    testImplementation(kotlin("test"))
}

@JPercival JPercival merged commit 61ec335 into master Jan 21, 2026
4 checks passed
@JPercival JPercival deleted the proposed-docs branch January 21, 2026 14:49
@sonarqubecloud
Copy link
Copy Markdown

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