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

fix/feat(coverage): add --lcov-version #9462

Merged
merged 1 commit into from
Dec 2, 2024
Merged

Conversation

DaniPopes
Copy link
Member

@DaniPopes DaniPopes commented Dec 2, 2024

In #9438, it turns out that the end_line is a breaking change as it was added in 2.0, whereas I interpreted the documentation that the "old" format referred to pre-2.0.

Adds --lcov-version major[.minor] to forge coverage. Defaults to "1" for backwards compatibility. See the flag's documentation for differences between versions.

The original version issue (#8281) is still fixed even with --version 1 because the error was "missing corresponding lines" (DA), which are now always added with #9438.

Fixes #9461.

@DaniPopes DaniPopes enabled auto-merge (squash) December 2, 2024 22:11
@DaniPopes DaniPopes merged commit e5dbb7a into master Dec 2, 2024
21 checks passed
@DaniPopes DaniPopes deleted the dani/separate-lcov-2 branch December 2, 2024 22:17
@grandizzy grandizzy added T-feature Type: feature C-forge Command: forge labels Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-forge Command: forge T-feature Type: feature
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

Function coverage incorrect when using lcov 1.x
3 participants