-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Changes * Fix geninfo line number mismatch error - We fixed a CI error that's occurring during the code coverage data collection step for the C++ tests. The error is happening with the geninfo tool and indicates a line number mismatch in the C++ hpp file. - This appears to be a bug of gcc 14 as indicated in the issue linux-test-project/lcov#296. Since [GitHub Actions set the ubuntu-latest to ubuntu-24.04](actions/runner-images#10636), the default compiler is replaced with gcc 14. - We fixed the error by adding `--ignore-errors mismatch` to `geninfo`. - The following process using gcov is temporarily skipped. * Modify `setup.cfg` and test command - modify `setup.cfg` by replacing `tests_require` with `extras_require`. - replace `python setup.py test` to `pytest`. ## Related issue - linux-test-project/lcov#296
- Loading branch information
1 parent
b6a852d
commit a37e637
Showing
19 changed files
with
393 additions
and
363 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.