DiCarloLab-Delft / PycQED_py3

Python3 version of PycQED using QCoDeS as backend
MIT License
68 stars 41 forks source link

[WIP] Github Actions for CI #597

Closed slavoutich closed 4 years ago

slavoutich commented 4 years ago

Currently CI for PycQED is run on Gitlab CI. This is an awesome workflow, but migrating to Github Actions reduces amount of knowledge, needed for support of CI pipelines. This is benefitial, since the only person who knows how to deal with a frankenstein of Github+Gitlab is me.

MiguelSMoreira commented 4 years ago

All changes from develop have been merged back into this branch. To complete this workflow, the following still needs to be done: i) fix tests broken for experimental computers (TBD @elrama- ) ii) fix tests broken by CI environment iii) test code coverage report generation and uploading