-
Notifications
You must be signed in to change notification settings - Fork 11
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: pontos-version golang for releases #602
Conversation
Codecov Report
@@ Coverage Diff @@
## main #602 +/- ##
==========================================
+ Coverage 87.78% 87.85% +0.07%
==========================================
Files 70 70
Lines 4788 4792 +4
Branches 641 642 +1
==========================================
+ Hits 4203 4210 +7
+ Misses 419 416 -3
Partials 166 166
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
The file is created if it doesn't exists.
>>> from pathlib import Path
>>> p = Path("remove.me")
>>> p.exists()
False
>>> p.write_text("some content", encoding="utf8")
12
>>> p.exists()
True
maybe create its parent directories first?
Still thinking about what your comment is related to ... :/ |
a61efee
to
079125e
Compare
* Fix: typing in pontos/github/actions * Fix: Linting * Fix: Linting
What
Still trying to fix go release workflow
Why
DEVOPS-533
DEVOPS-553
References
Checklist