Skip to content

Conversation

@bewithgaurav
Copy link
Collaborator

@bewithgaurav bewithgaurav commented Aug 19, 2025

Work Item / Issue Reference

AB#38484

GitHub Issue: #<ISSUE_NUMBER>


Summary

This pull request updates the .coveragerc configuration to refine which files are omitted from coverage analysis. The main change is broadening the omission list to exclude additional top-level files from coverage reports.

Coverage configuration updates:

  • Added main.py, setup.py, bcp_options.py, and testing_ddbc_bindings.py to the omit list in .coveragerc, ensuring these files are not included in coverage calculations.

Copilot AI review requested due to automatic review settings August 19, 2025 13:36
Copy link
Contributor

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 cleans up the .coveragerc configuration file by updating the list of files to omit from code coverage analysis. The changes remove one previously omitted file and add three new files to the omit list.

  • Removes mssql_python/testing_ddbc_bindings.py from coverage omission
  • Adds main.py, setup.py, and bcp_options.py to the coverage omission list

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

@github-actions github-actions bot added pr-size: small Minimal code update labels Sep 4, 2025
@bewithgaurav bewithgaurav changed the title CHORE: Cleanup coveragerc CHORE: Cleanup unwanted files and correct coveragerc Sep 4, 2025
@github-actions github-actions bot added pr-size: small Minimal code update and removed pr-size: small Minimal code update labels Sep 4, 2025
@github-actions github-actions bot added pr-size: medium Moderate update size and removed pr-size: small Minimal code update labels Sep 4, 2025
@github-actions github-actions bot added pr-size: medium Moderate update size and removed pr-size: medium Moderate update size labels Sep 4, 2025
@github-actions github-actions bot added pr-size: medium Moderate update size and removed pr-size: medium Moderate update size labels Sep 4, 2025
@bewithgaurav bewithgaurav merged commit 9affeec into main Sep 5, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-size: medium Moderate update size

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants