qiboteam / qibo-client

Qibo remote connection client.
https://qibo.science
Apache License 2.0
1 stars 0 forks source link

point to main, not to master #16

Closed marcorossi5 closed 6 months ago

marcorossi5 commented 6 months ago

Fixes #10

The deploy docs action was not successful since we were checking against master branch instead of main.

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (a5776c9) 100.00% compared to head (be0f8ee) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #16 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 4 4 Lines 119 119 ========================================= Hits 119 119 ``` | [Flag](https://app.codecov.io/gh/qiboteam/qibo-client/pull/16/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qiboteam) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/qiboteam/qibo-client/pull/16/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qiboteam) | `100.00% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qiboteam#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

marcorossi5 commented 6 months ago

Now the workflow is the same as the qibocal one.

We should merge and check that works I guess.