Closed ChiTimesChi closed 1 month ago
The changes in the .github/workflows/solidity.yml
file involve updating the conditions for executing specific jobs related to the solidity-devops
package. The slither
, gas-diff
, and size-check
jobs will now be excluded from running if the only changes pertain to the solidity-devops
package. This is achieved by modifying the conditional checks to ensure that the package list does not solely contain solidity-devops
. The overall structure of the workflow remains unchanged.
File | Change Summary |
---|---|
.github/workflows/solidity.yml | Updated job execution conditions to exclude slither , gas-diff , and size-check jobs for changes only in the solidity-devops package. |
.github/workflows/solidity.yml
file to enhance the CI workflow for Solidity, including exclusions for the solidity-devops
package, which directly relates to the changes made in the main PR regarding job execution conditions for the same package.solidity-devops
package in the CI workflow, clarifying the logic for job exclusions in the .github/workflows/solidity.yml
file, aligning closely with the main PR's focus on modifying job conditions.🐇 In the meadow, changes bloom,
Jobs now skip the devops gloom.
With Slither, gas, and size in sight,
Only relevant paths take flight!
Hooray for workflows, clear and bright! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Latest commit: |
f75ee1e
|
Status: | ✅ Deploy successful! |
Preview URL: | https://40642c24.sanguine-fe.pages.dev |
Branch Preview URL: | https://ci-matrix-package-exclude-2.sanguine-fe.pages.dev |
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 90.43902%. Comparing base (
768209d
) to head (f75ee1e
). Report is 2 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description A clear and concise description of the features you're adding in this pull request.
Additional context Add any other context about the problem you're solving.
Metadata
Summary by CodeRabbit
solidity-devops
package from specific analysis jobs.