[x] Tests for the changes have been added (for bug fixes / features)
[ ] Documentation has been added / updated (for bug fixes / features)
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Added the option for ctest to output test results by configuration.
Added a job to publish test results of ctest.
**Is there an open issue that this resolves?
Fixes #239
What is the current behavior? (You can also link to an open issue here)
Test results are only displayed in the log of each test job.
What is the new behavior (if this is a feature change)?
Test results are published and available in the Actions tab.
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
No
Other information:
Further improvement could be done by adding a badge to the project with the test results for example.
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) Added the option for ctest to output test results by configuration. Added a job to publish test results of ctest.
**Is there an open issue that this resolves? Fixes #239
What is the current behavior? (You can also link to an open issue here) Test results are only displayed in the log of each test job.
What is the new behavior (if this is a feature change)? Test results are published and available in the
Actions
tab.Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?) No
Other information: Further improvement could be done by adding a badge to the project with the test results for example.