-
Notifications
You must be signed in to change notification settings - Fork 0
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 reusable workflows from pyTooling/Actions #18
Conversation
7a13b8b
to
1a7a369
Compare
Codecov Report
@@ Coverage Diff @@
## dev #18 +/- ##
=======================================
Coverage 69.23% 69.23%
=======================================
Files 2 2
Lines 91 91
Branches 10 10
=======================================
Hits 63 63
Misses 27 27
Partials 1 1
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
86b6a3a
to
2b9f86b
Compare
2b9f86b
to
f8388d2
Compare
@Paebbels, this is ready for review. I applied the same enhancements as in edaa-org/pyEDAA.ProjectModel#31. |
In this PR, the CI Pipeline is reworked in order to use reusable workflows from pyTooling/Actions (see pyTooling/Actions#1).
Each job is replaced with a call to a reusable workflow.
As explained in VHDL/pyVHDLModel#36, the logic for dealing with global parameters is changed.
MPORTANT: reusable workflows must be used through an absolute name and specifying a version (see actions/runner#1493). Therefore, this PR will be kept as a draft, because s/@dev/@main/ is required in Pipeline.yml before merging.