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
Split uploads by language with flags and let Codecov merge
Rust: keep tarpaulin job uploading Cobertura with flag rust.
Python: add a pytest-cov job that uploads coverage.xml with flag python. pytest crates/py/tests --cov=crates/py/python/rusty_runways --cov-report=xml:coverage/python.xml --cov-branch
Add codecov.yml to manage flags and statuses:
Keep the existing overall badge or per-flag badges
pytest crates/py/tests --cov=crates/py/python/rusty_runways --cov-report=xml:coverage/python.xml --cov-branch