Skip to content

fix : runing test with coverage on a specific file#1014

Merged
NakoGH merged 2 commits into
mainfrom
fix-tests-coverage
Jun 6, 2026
Merged

fix : runing test with coverage on a specific file#1014
NakoGH merged 2 commits into
mainfrom
fix-tests-coverage

Conversation

@NakoGH

@NakoGH NakoGH commented Jun 6, 2026

Copy link
Copy Markdown
Contributor

Description

Summary

Since tests parallelization, running tests with coverage on a specific file fails and no tests run. A fix is to ignore the warning raised by coverage.

...

Issues/PR dependencies

Issues to be resolved

Changes Made

  • edit pyproject.toml to ignore warning

Classification

Type of Change

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 🔨 Refactor (non-breaking change that neither fixes a bug nor adds a feature)
  • 🔧 Infra CI/CD (changes to configs of workflows)
  • 💥 BREAKING CHANGE (fix or feature that require a new minimal version of the front-end)
  • 😶‍🌫️ No impact for the end-users

Impact & Scope

  • Core functionality changes
  • Single module changes
  • Multiple modules changes
  • Database migrations required
  • Other: ...

Testing

  • 1. Tested this locally
  • 2. Added/modified tests that pass the CI (or tested in a downstream fork)
  • 3. Tested in a deployed pre-prod
  • 0. Untestable (exceptionally), will be tested in prod directly

@NakoGH NakoGH self-assigned this Jun 6, 2026
@NakoGH NakoGH added fix bug This PR fix a bug test Improve test coverage labels Jun 6, 2026
@codecov

codecov Bot commented Jun 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.43%. Comparing base (c48f6b0) to head (f9e193c).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1014   +/-   ##
=======================================
  Coverage   84.43%   84.43%           
=======================================
  Files         206      206           
  Lines       14956    14956           
=======================================
  Hits        12628    12628           
  Misses       2328     2328           

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

@NakoGH NakoGH merged commit 764a6ab into main Jun 6, 2026
7 checks passed
@NakoGH NakoGH deleted the fix-tests-coverage branch June 6, 2026 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix bug This PR fix a bug test Improve test coverage

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants