You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: adding codecov in unittests reusable workflow (#5)
enables usage of codecov in python packages.
This requires python packages that uses this workflow to:
- have unit tests
- use the pytest-cov for unit testing (see codecov manual)
0 commit comments