Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1321 +/- ##
==========================================
- Coverage 43.44% 43.43% -0.00%
==========================================
Files 23 23
Lines 2247 2252 +5
==========================================
+ Hits 976 978 +2
- Misses 1271 1274 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
orhun
left a comment
There was a problem hiding this comment.
Looks good! Also we need to update the documentation/website about this new flag :)
b2d0f61 to
0985ab0
Compare
Thank you for your patience here! I've added your suggested changes and a small section to the website. I was also looking for a way to test it, but in the way the |
|
Check out the test fixtures here. I believe we can copy one of the GitHub integration ones, run it with |
0985ab0 to
6a323c6
Compare
6a323c6 to
8c1512f
Compare
|
It was good that you requested me to create a test! My ignorance thought this was a trivial change, but making the test made me catch a edge-case. Thank you! |
|
Congrats on merging your first pull request! ⛰️ |
Description
Add a
--offlineflag to enable running e.g.--bumped-versionwithout contacting any external services, even if they are configured. Closes #1095.Motivation and Context
See #1095 .
How Has This Been Tested?
Local unit and integration tests, including building and running the binary in my local repo.
NOTE! Three unrelated tests were failing when I started my implementation:
Screenshots / Logs (if applicable)
Types of Changes
Checklist: