Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add coverage and use reusable workflow from everest-ci #97

Merged
merged 11 commits into from
Nov 26, 2024

Conversation

hikinggrass
Copy link
Contributor

Describe your changes

Issue ticket number and link

Checklist before requesting a review

  • I have performed a self-review of my code
  • I have made corresponding changes to the documentation
  • I read the contribution documentation and made sure that my changes meet its requirements

DESTINATION "${CMAKE_BINARY_DIR}/tests"
)

install(
DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/configs"
file(COPY
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Installing these files during configure makes the CI reusable workflow happy. Was there a reason why they were installed before? @james-ctc

Copy link
Collaborator

Choose a reason for hiding this comment

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

install was being used in other places so it was done to follow the same pattern.

Not a problem here, but in some tests there were issues that the file(COPY ...) doesn't appear to be part of the dependencies so when there is an update ninja/make doesn't copy the updates. It is possible that was the original reason for using install.

Elsewhere I have added specific targets where checking for updates is important.

moving away from using install is a very good improvement.

Copy link
Contributor

@andistorm andistorm left a comment

Choose a reason for hiding this comment

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

LGTM 🐧

@hikinggrass hikinggrass merged commit ebef3e1 into main Nov 26, 2024
8 checks passed
@hikinggrass hikinggrass deleted the feature/coverage branch November 26, 2024 11:37
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