-
-
Notifications
You must be signed in to change notification settings - Fork 8
keep all generated files in a cache folder #29
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
Conversation
90cd1f1
to
79bfaa9
Compare
run on pr sync events fix upload of codecov report
79bfaa9
to
6fb9af3
Compare
Codecov Report
@@ Coverage Diff @@
## main #29 +/- ##
==========================================
+ Coverage 80.68% 81.51% +0.83%
==========================================
Files 6 8 +2
Lines 647 714 +67
==========================================
+ Hits 522 582 +60
- Misses 125 132 +7
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
7d9875f
to
0c7738d
Compare
Kudos, SonarCloud Quality Gate passed!
|
I just realized this was never released. Was there something blocking it (I don't remember)? |
I also forget there are new changes in cpp-linter :) The change time is near #24 maybe expect to release it together. |
Yeah, better to release often... (or however the euphemism goes). I publish a patch bump. This change is really only useful for local execution because a CI workspace is discarded when the run finishes, and the file names are designed to be non-conflicting. So, it isn't urgent to update the action requirements for this. I may not get to #24 any time soon. I'm working on a few other project's simultaneously right now. |
I was thinking a patch bump because this change is more of an implementation detail, and no users have reported conflict about the generated files in the CI workspace. |
A patch bump makes sense. We can have more time to think about better formats for #24 😃 |
resolves #27