-
Notifications
You must be signed in to change notification settings - Fork 0
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 verify command #3
Conversation
Codecov ReportBase: 93.02% // Head: 86.92% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #3 +/- ##
==========================================
- Coverage 93.02% 86.92% -6.11%
==========================================
Files 13 14 +1
Lines 416 459 +43
==========================================
+ Hits 387 399 +12
- Misses 29 60 +31
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
This pull request fixes 1 alert when merging c390494 into 4fea4bb - view on LGTM.com fixed alerts:
Heads-up: LGTM.com's PR analysis will be disabled on the 5th of December, and LGTM.com will be shut down ⏻ completely on the 16th of December 2022. Please enable GitHub code scanning, which uses the same CodeQL engine ⚙️ that powers LGTM.com. For more information, please check out our post on the GitHub blog. |
This pull request fixes 1 alert when merging bc15120 into 4fea4bb - view on LGTM.com fixed alerts:
Heads-up: LGTM.com's PR analysis will be disabled on the 5th of December, and LGTM.com will be shut down ⏻ completely on the 16th of December 2022. Please enable GitHub code scanning, which uses the same CodeQL engine ⚙️ that powers LGTM.com. For more information, please check out our post on the GitHub blog. |
PR adds a
verify
command which reads the spack install manifest files inside a view and checks that all of the files which were installed by spack are still symlinks pointing to the correct locations.If they are not, then a
--fix
flag can be passed to replace the files with the correct symlinks.Todo: