eclipse-ankaios / ankaios

Eclipse Ankaios provides workload and container orchestration for automotive High Performance Computing (HPC) software.
https://eclipse-ankaios.github.io/ankaios/
Apache License 2.0
60 stars 22 forks source link

Obsolete command for test coverage report generation in user documentation #82

Closed inf17101 closed 11 months ago

inf17101 commented 11 months ago

For generating the test coverage report a script was introduced that uses nextest already to execute the unit tests. But on the documentation of the main branch there is still the obsolete command (cov test ...) mentioned.

See here: https://eclipse-ankaios.github.io/ankaios/main/development/test-coverage/

Current Behavior

Obsolete command in the user documentation for executing the test coverage report.

Expected Behavior

In the user documentation there shall be the script mentioned that shall be used to generate the test coverage report: tools/generate_test_coverage_report.

Steps to Reproduce

Check the main branch documentation mentioned above.

Context (Environment)

Logs

Additional Information

Final result

To be filled by the one closing the issue.

krucod3 commented 11 months ago

cov is an alias to the above mentioned script. The command and the documentation are up to date. See the following link for more details: https://github.com/eclipse-ankaios/ankaios/blob/main/.devcontainer/Dockerfile#L26