Skip to content

Demonstrate coverage annotations for Docker containers#4

Closed
morgan-atproperties wants to merge 2 commits into
mainfrom
add-coverage-annotations
Closed

Demonstrate coverage annotations for Docker containers#4
morgan-atproperties wants to merge 2 commits into
mainfrom
add-coverage-annotations

Conversation

@morgan-atproperties

Copy link
Copy Markdown
Owner

No description provided.

@morgan-atproperties
morgan-atproperties force-pushed the add-coverage-annotations branch 5 times, most recently from e5d4d48 to c9c62ea Compare August 8, 2025 17:16
@github-actions

github-actions Bot commented Aug 8, 2025

Copy link
Copy Markdown

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements 66.67% 2/3
🟢 Branches 100% 0/0
🔴 Functions 50% 1/2
🟡 Lines 66.67% 2/3

Test suite run failed

Failed tests: 1/2. Failed suites: 1/1.
  ● adds 1 + 2 to equal 4

    expect(received).toBe(expected) // Object.is equality

    Expected: 4
    Received: 3

       6 |
       7 | test('adds 1 + 2 to equal 4', () => {
    >  8 |   expect(sum(1, 2)).toBe(4);
         |                     ^
       9 | });
      10 |

      at Object.toBe (sum.test.js:8:21)

Report generated by 🧪jest coverage report action from 8992a8c

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