Skip to content

Conversation

soswow
Copy link
Contributor

@soswow soswow commented Sep 7, 2025

No description provided.

@soswow soswow marked this pull request as draft September 7, 2025 08:21
@codecov-commenter
Copy link

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

COMMAND ${CMAKE_COMMAND} -E echo "Coverage report generated in ${CMAKE_BINARY_DIR}/coverage/html/index.html"
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
COMMENT "Generating code coverage report"
)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This section is a bit of a black magic for me and I can't claim I understand exactly what's going on here. I prob. should figure it out and know better.

if( ENABLE_COVERAGE AND COVERAGE_SUPPORTED )
# Include config_tests subdirectories
add_subdirectory(config_tests/core)
add_subdirectory(config_tests/util)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this basically makes sure that congi_tests are run as part of coverage. So if something is only through these tests should technically add coverage. Thought enabling disabling them I didn't see change in coverage.

{
pathToRaw = std::filesystem::absolute( "../../../.." + image_path );
}

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this needed for test to run in two modes

// Only run on the linux CI runners.
#ifdef __LINUX__
// Run on Linux CI and macOS runners
#if defined( __LINUX__ ) || defined( __APPLE__ )
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so I guess it works now 🤷

@soswow soswow marked this pull request as ready for review September 7, 2025 11:46
Signed-off-by: Aleksandr Motsjonov <[email protected]>
Signed-off-by: Aleksandr Motsjonov <[email protected]>
Signed-off-by: Aleksandr Motsjonov <[email protected]>
Signed-off-by: Aleksandr Motsjonov <[email protected]>
Signed-off-by: Aleksandr Motsjonov <[email protected]>
Signed-off-by: Aleksandr Motsjonov <[email protected]>
@antond-weta antond-weta merged commit 63f7282 into AcademySoftwareFoundation:main Sep 8, 2025
14 checks passed
mangopep pushed a commit to mangopep/rawtoaces that referenced this pull request Sep 10, 2025
* test ci

Signed-off-by: Aleksandr Motsjonov <[email protected]>

* clang formatting

Signed-off-by: Aleksandr Motsjonov <[email protected]>

* Check if it might just work

Signed-off-by: Aleksandr Motsjonov <[email protected]>

* formatting

Signed-off-by: Aleksandr Motsjonov <[email protected]>

* Revert the revert

Signed-off-by: Aleksandr Motsjonov <[email protected]>

* revert the enabling

Signed-off-by: Aleksandr Motsjonov <[email protected]>

---------

Signed-off-by: Aleksandr Motsjonov <[email protected]>
Signed-off-by: Savitha M <[email protected]>
mikaelsundell pushed a commit to mikaelsundell/rawtoaces that referenced this pull request Sep 11, 2025
* test ci

Signed-off-by: Aleksandr Motsjonov <[email protected]>

* clang formatting

Signed-off-by: Aleksandr Motsjonov <[email protected]>

* Check if it might just work

Signed-off-by: Aleksandr Motsjonov <[email protected]>

* formatting

Signed-off-by: Aleksandr Motsjonov <[email protected]>

* Revert the revert

Signed-off-by: Aleksandr Motsjonov <[email protected]>

* revert the enabling

Signed-off-by: Aleksandr Motsjonov <[email protected]>

---------

Signed-off-by: Aleksandr Motsjonov <[email protected]>
Signed-off-by: Mikael Sundell <[email protected]>
mikaelsundell pushed a commit to mikaelsundell/rawtoaces that referenced this pull request Sep 12, 2025
* test ci

Signed-off-by: Aleksandr Motsjonov <[email protected]>

* clang formatting

Signed-off-by: Aleksandr Motsjonov <[email protected]>

* Check if it might just work

Signed-off-by: Aleksandr Motsjonov <[email protected]>

* formatting

Signed-off-by: Aleksandr Motsjonov <[email protected]>

* Revert the revert

Signed-off-by: Aleksandr Motsjonov <[email protected]>

* revert the enabling

Signed-off-by: Aleksandr Motsjonov <[email protected]>

---------

Signed-off-by: Aleksandr Motsjonov <[email protected]>
Signed-off-by: Mikael Sundell <[email protected]>
mikaelsundell pushed a commit to mikaelsundell/rawtoaces that referenced this pull request Sep 14, 2025
* test ci

Signed-off-by: Aleksandr Motsjonov <[email protected]>

* clang formatting

Signed-off-by: Aleksandr Motsjonov <[email protected]>

* Check if it might just work

Signed-off-by: Aleksandr Motsjonov <[email protected]>

* formatting

Signed-off-by: Aleksandr Motsjonov <[email protected]>

* Revert the revert

Signed-off-by: Aleksandr Motsjonov <[email protected]>

* revert the enabling

Signed-off-by: Aleksandr Motsjonov <[email protected]>

---------

Signed-off-by: Aleksandr Motsjonov <[email protected]>
Signed-off-by: Mikael Sundell <[email protected]>
antond-weta pushed a commit to mikaelsundell/rawtoaces that referenced this pull request Sep 17, 2025
* test ci

Signed-off-by: Aleksandr Motsjonov <[email protected]>

* clang formatting

Signed-off-by: Aleksandr Motsjonov <[email protected]>

* Check if it might just work

Signed-off-by: Aleksandr Motsjonov <[email protected]>

* formatting

Signed-off-by: Aleksandr Motsjonov <[email protected]>

* Revert the revert

Signed-off-by: Aleksandr Motsjonov <[email protected]>

* revert the enabling

Signed-off-by: Aleksandr Motsjonov <[email protected]>

---------

Signed-off-by: Aleksandr Motsjonov <[email protected]>
Signed-off-by: Mikael Sundell <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants