Skip to content

CMR-11368: Databine, initial test - #2472

Draft
jceaser wants to merge 9 commits into
masterfrom
cmr-11368-databine
Draft

CMR-11368: Databine, initial test#2472
jceaser wants to merge 9 commits into
masterfrom
cmr-11368-databine

Conversation

@jceaser

@jceaser jceaser commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Overview

What is the objective?

Please summarize the reason for the changes made in this PR.

What are the changes?

Summarize what you have changed.

What areas of the application does this impact?

List impacted applications

Required Checklist

  • New and existing unit and int tests pass locally and remotely
  • clj-kondo has been run locally and all errors in changed files are corrected
  • I have commented my code, particularly in hard-to-understand areas
  • I have made changes to the documentation (if necessary)
  • My changes generate no new warnings

Additional Checklist

  • I have removed unnecessary/dead code and imports in files I have changed
  • I have cleaned up integration tests by doing one or more of the following:
    • migrated any are2 tests to are3 in files I have changed
    • de-duped, consolidated, removed dead int tests
    • transformed applicable int tests into unit tests
    • reduced number of system state resets by updating fixtures. Ex) (use-fixtures :each (ingest/reset-fixture {})) to be :once instead of :each

@codecov-commenter

codecov-commenter commented Jul 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.92%. Comparing base (856c6b5) to head (5857e88).

Additional details and impacted files
@@             Coverage Diff             @@
##           master    #2472       +/-   ##
===========================================
+ Coverage   57.93%   86.92%   +28.99%     
===========================================
  Files        1074       44     -1030     
  Lines       74714     6326    -68388     
  Branches     2188      321     -1867     
===========================================
- Hits        43284     5499    -37785     
+ Misses      29383      619    -28764     
+ Partials     2047      208     -1839     

☔ View full report in Codecov by Harness.
📢 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants