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

fix: bad symlink and add checks #640

Merged
merged 3 commits into from
Apr 24, 2024
Merged

Conversation

andrei-stoian-zama
Copy link
Collaborator

@andrei-stoian-zama andrei-stoian-zama commented Apr 22, 2024

With many thanks to https://github.com/sukrucildirr for finding the bad symlink

Refs: #633

@andrei-stoian-zama andrei-stoian-zama requested a review from a team as a code owner April 22, 2024 08:29
@cla-bot cla-bot bot added the cla-signed label Apr 22, 2024
@@ -844,3 +844,12 @@ run_all_use_case_examples:
.PHONY: check_utils_use_case # Check that no utils.py are found in use_case_examples
check_utils_use_case:
./script/make_utils/check_utils_in_use_case.sh

.PHONY: check_symlinks # Check that no utils.py are found in use_case_examples
check_symlinks:
Copy link
Collaborator

Choose a reason for hiding this comment

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

needs to be added in the CI or as a sub target of something we already launch, no?

Copy link
Collaborator

Choose a reason for hiding this comment

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

could be done in the - name: Check links step

RomanBredehoft
RomanBredehoft previously approved these changes Apr 22, 2024
@andrei-stoian-zama andrei-stoian-zama force-pushed the chore/check_symlinks_work branch from d4cdc47 to e9a64d9 Compare April 24, 2024 08:32
Copy link

Coverage passed ✅

Coverage details

---------- coverage: platform linux, python 3.8.18-final-0 -----------
Name    Stmts   Miss  Cover   Missing
-------------------------------------
TOTAL    7512      0   100%

59 files skipped due to complete coverage.

@andrei-stoian-zama andrei-stoian-zama merged commit 28e792f into main Apr 24, 2024
11 checks passed
@andrei-stoian-zama andrei-stoian-zama deleted the chore/check_symlinks_work branch April 24, 2024 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants