Enable running gcov#800
Enable running gcov#800franz-hoepfinger-4diac wants to merge 4 commits intoeclipse-4diac:developfrom
Conversation
Adds a script to automatically set up the development environment for POSIX platforms. This script simplifies the configuration process by creating the necessary build directories, setting compiler flags, and generating makefiles for building and testing the fortran environment. It also enables various features and modules like Ethernet communication, ASN1 encoding, and IEC61131 support.
Corrects the code coverage generation process by adjusting the arguments passed to the test runner during the coverage analysis. This ensures that the coverage reports are generated correctly, especially when not using the standard 'ctest' runner. Now it uses the correct arguments according to the test runner being used. .
9e48fb6 to
9ec37bc
Compare
|
steps to get it running:
|
Adds compile and link options to enable code coverage analysis for the Posix architecture during testing. This ensures proper instrumentation for coverage reporting.
|
|
|
try to fix this as well. |
Adds the `--ignore-errors inconsistent,mismatch` flag to lcov and genhtml calls. This resolves issues where coverage generation fails due to inconsistent data or mismatches.
|
lcov now also running, somebody experienced has to review. i let the Commits seperated, for easier check, we can squash later. |
|
@franz-hoepfinger-4diac can you please be more considerate when submitting PRs. The idea is that you submit a PR when you are ready or want to interact with others to review and get feedback. The way you are pushing have finished commits is wasting the time of many people who are spammed by your messages. Not only does this waste time I find this extremely impolite and it takes away valuable time from other Eclipse 4diac activities. I'm therefore closing most of your open PRs. Feel free to resubmit them when they are ready to be reviewed. |
fix 2 small Errors around gcov,
and add a setup Script to call this.