veriloggen
veriloggen copied to clipboard
Travis CI -> CircleCI?
Can I ask why? (I am just curious.)
I just thought Circle CI looks more modern than Travis CI, and there is no deep reason.
Hello,
I guess you know but travis-ci will not be free in 2 days (not mentioning quite expensive compare to competition). I migrated my projects to CircleCI. I prepared some circleci orbs (script package) to simplify installation and testing.
I finally get coverage reports working as expected. eg. there https://github.com/Nic30/pyMathBitPrecise
If you find yourself in any trouble I can potentially help.
Oh, I did not prepare anything at this time. Thanks for your information. I will consider the migration to CircleCI again, and will refer your CI script. Thank you!