When I upload my coverage report to codecov, it show a smaller coverage compared to my local result. Codecov also does not show all files that have been tested.
This are my commands:
coverage run -m pytest -m "not e2e"
coverage xml
./codecov -t <my token> # upload to codecov -> shown coverage is ca. 50%
# check local results
coverage report # shows over 80%