Skip to content

Conversation

Uzlopak
Copy link
Contributor

@Uzlopak Uzlopak commented Sep 5, 2025

CodeCov has some issues with processing the coverage files. Lets see...

This relates to...

Rationale

Changes

Features

Bug Fixes

Breaking Changes and Deprecations

Status

@Uzlopak Uzlopak force-pushed the no-coverage-for-wpt branch from 183e8cf to ee0759f Compare September 5, 2025 23:08
@Uzlopak Uzlopak changed the title ci: no test coverage for wpt tests ci: fix test coverage for wpt Sep 5, 2025
@Uzlopak Uzlopak changed the title ci: fix test coverage for wpt ci: fix test coverage for codecov Sep 5, 2025
@codecov-commenter
Copy link

codecov-commenter commented Sep 6, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.95%. Comparing base (4bcde3e) to head (e72fd8e).

Additional details and impacted files
@@            Coverage Diff            @@
##           main    #4520       +/-   ##
=========================================
+ Coverage      0   92.95%   +92.95%     
=========================================
  Files         0      105      +105     
  Lines         0    32871    +32871     
=========================================
+ Hits          0    30554    +30554     
- Misses        0     2317     +2317     

☔ 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.

@Uzlopak Uzlopak requested a review from Copilot September 6, 2025 06:16
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR aims to fix test coverage reporting for CodeCov by addressing issues with coverage file processing. The changes reorganize test execution order, improve coverage environment variable propagation, and consolidate cache-interceptor tests.

  • Reorganizes GitHub Actions workflow test execution order for better coverage collection
  • Adds NODE_V8_COVERAGE environment variable propagation to worker processes
  • Consolidates sqlite-specific cache interceptor testing into main cache interceptor tests

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
test/cache-interceptor/cache-tests.mjs Improves variable naming and adds coverage environment variable propagation to worker processes
package.json Consolidates sqlite cache interceptor test script with main cache interceptor tests
.github/workflows/nodejs.yml Reorganizes test execution order and consolidates cache interceptor tests with conditional sqlite support

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

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