-
Notifications
You must be signed in to change notification settings - Fork 50
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
ci: use checkout with fetch-depth 0 #313
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #313 +/- ##
=======================================
Coverage 86.12% 86.12%
=======================================
Files 17 17
Lines 4165 4165
Branches 981 981
=======================================
Hits 3587 3587
Misses 424 424
Partials 154 154 ☔ View full report in Codecov by Sentry. |
Two questions. Regarding gh-release workflow:
Regarding deploy workflow:
|
thanks for the PR and raising the issue @afuetterer, I think @lkstrp knows :) |
Example of "baipp" workflow: https://github.com/hynek/structlog/blob/main/.github/workflows/ci.yml Example output: https://github.com/hynek/build-and-inspect-python-package/actions/runs/9817023209 |
Yes, it's redundant.
And this is not intended either. We can also combine both workflows, as done in PyPSA. And using build-and-inspect-python-package is also good I think. |
What does that mean for this PR? |
You can apply everything proposed in here. |
@afuetterer ready to merge? |
Yes. Will open another PR soon. |
great thanks @afuetterer |
See: PyPSA/PyPSA#954