Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize code coverage script and generate correct python coverage #1772

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

actione
Copy link
Contributor

@actione actione commented Jun 7, 2024

Description

  1. Sometimes llvm-cov cannot parse the format of a static library. We have specified many dynamic static libraries as objects, and the problematic static libraries often have little impact on coverage. In order not to interrupt llvm-cov to generate coverage, we choose to skip the coverage analysis of the problematic static library.
  2. Generate correct python code coverage

Copy link

copy-pr-bot bot commented Jun 7, 2024

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

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.

None yet

1 participant