edaa-org / pyEDAA.ProjectModel

An abstract model of EDA tool projects.
https://edaa-org.github.io/pyEDAA.ProjectModel
Other
10 stars 1 forks source link

ci: use reusable workflows from pyTooling/Actions #31

Closed umarcor closed 2 years ago

umarcor commented 2 years ago

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.

codecov-commenter commented 2 years ago

Codecov Report

Merging #31 (e7778f9) into dev (557d582) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev      #31   +/-   ##
=======================================
  Coverage   82.83%   82.83%           
=======================================
  Files           9        9           
  Lines        1468     1468           
  Branches      236      236           
=======================================
  Hits         1216     1216           
  Misses        192      192           
  Partials       60       60           
Flag Coverage Δ
unittests 82.83% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 557d582...e7778f9. Read the comment docs.

Paebbels commented 2 years ago

https://github.com/pyTooling/Actions/pull/1 is now merged. Do you want to adjust the branch name?

I suggest to use a tag like v0 (while still testing) and then later v1. What do you think?

umarcor commented 2 years ago

I suggest to use a tag like v0 (while still testing) and then later v1. What do you think?

See https://github.com/pyTooling/Actions/issues/5.

umarcor commented 2 years ago

Ref v0 is available in pyTooling/Actions now. I updated this PR accordingly.

I think this is ready to review and merge.