-
Notifications
You must be signed in to change notification settings - Fork 274
[CI] Cleanup .github/ folder #5851
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
[CI] Cleanup .github/ folder #5851
Conversation
We have changed our implementation of package building in CI, and some of the original implementation files are no longer relevant.
The original readme.md file is no longer corresponding to the current implementation of CI we have, so this is bringing it more in line with the current state.
Codecov Report
@@ Coverage Diff @@
## develop #5851 +/- ##
===========================================
+ Coverage 72.87% 72.89% +0.01%
===========================================
Files 1421 1423 +2
Lines 154208 154229 +21
===========================================
+ Hits 112386 112426 +40
+ Misses 41822 41803 -19
Continue to review full report at Codecov.
|
* `pull-request-check-clang-format.sh` -> Script that's called per Pull Request | ||
to execute `clang-format` over changes. | ||
* `pull-request-checks.yaml` -> Configuration file for the Github Actions CI jobs | ||
for the various platforms. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⛏️ Might be nice to have a list of which platforms/build systems we are currently testing on pull requests.
Add some information to the readme with regard to the main platforms we are building/testing CBMC on Github Actions.
1996c40
to
4daa686
Compare
This PR is removing some files that are no longer needed from the
.github/
folder,and it's rewriting the
README.md
file in that folder to more accurately representthe current state of affairs.