-
Notifications
You must be signed in to change notification settings - Fork 60
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
Restructure CI tests #353
Restructure CI tests #353
Conversation
4604766
to
a8face0
Compare
Benchmark for 44b573fClick to view benchmark
|
Benchmark for b89e8a4Click to view benchmark
|
Looks like the redundant clone lint is more lenient in later versions. We may want to disable it temporarily if it becomes annoying to work with. Hopefully only a problem now when nothing was checked. |
Benchmark for 026490fClick to view benchmark
|
Codecov Report
@@ Coverage Diff @@
## master #353 +/- ##
=========================================
Coverage ? 78.22%
=========================================
Files ? 115
Lines ? 19751
Branches ? 19751
=========================================
Hits ? 15451
Misses ? 4074
Partials ? 226 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Benchmark for c1efd84Click to view benchmark
|
9983ef0
to
fa54ba7
Compare
CodSpeed Performance ReportCongrats! CodSpeed is installed 🎉
You will start to see performance impacts in the reports once the benchmarks are run from your default branch.
|
bors r+ |
Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
354: Actually interface with codspeed r=Ogeon a=Ogeon Forgot this part in #353. Co-authored-by: Erik Hedvall <[email protected]>
This splits the tests up a bit and makes some of them run faster by skipping re-running the same tests. Also adds some new checks.
#[no_std]
test runs as a separate job.