-
Notifications
You must be signed in to change notification settings - Fork 25
ci: make pydpf-post job information-only #2272
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #2272 +/- ##
==========================================
- Coverage 83.84% 83.77% -0.08%
==========================================
Files 90 90
Lines 10396 10396
==========================================
- Hits 8717 8709 -8
- Misses 1679 1687 +8 |
Job-level continue-on-error still reports workflow as having failed. Step-level must be used for the overall workflow to report success.
Here is a CI run on the daily standalone (where pydpf-post tests fail), still reporting PyDPF-Post workflow as passing https://github.com/ansys/pydpf-core/actions/runs/14966392212 |
@rafacanton the |
The PyDPF-Core CI runs PyDPF-Post tests for information purposes thanks to its
pydpf-post.yml
workflow.This PR makes sure that the workflow is always reported as successful to not stop people from merging, while still reporting errors for PyDPF-Post tests as comments in the PR if any.
This is most useful for
server-sync
PRs.