-
Notifications
You must be signed in to change notification settings - Fork 100
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
fix: reduce test run time #1832
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1832 +/- ##
==========================================
+ Coverage 92.05% 92.08% +0.02%
==========================================
Files 152 152
Lines 26472 26472
==========================================
+ Hits 24370 24376 +6
+ Misses 1552 1548 -4
+ Partials 550 548 -2 see 3 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
9942f40
to
54edf36
Compare
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.
Overall a very good proposal
54edf36
to
757e5c6
Compare
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
757e5c6
to
4c1dcd7
Compare
4c1dcd7
to
9aec282
Compare
4ba705e
to
55b3dc9
Compare
55b3dc9
to
98c871b
Compare
98c871b
to
1bdeeb5
Compare
Build parts and test parts need to be mandatory. |
codeql-analysys.yaml -> .yml |
a9318ad
to
7fdaa14
Compare
7fdaa14
to
54d0578
Compare
Signed-off-by: Alexei Dodon <[email protected]>
54d0578
to
cf3c793
Compare
Build and test ZOT (darwin, amd64) Expected — Waiting for status to be reported cc: @andaaron |
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.
lgtm
What type of PR is this?
Which issue does this PR fix:
What does this PR do / Why do we need it:
If an issue # is not available please add repro steps and logs showing the issue:
Testing done on this change:
Automation added to e2e:
Will this break upgrades or downgrades?
Does this PR introduce any user-facing change?:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.