The codecov/project
of latest commit 3687219 on dev branch is 77.60% (-20.04%).
The following methods or scripts aren't covered by test cases.
Please go codecov to see details.
functions/add_columns.py::add_columns
functions/conditional_join.py
We could learn that the coverage doesn't like our thought after adding --cov-append
option.
pytest tests
!= pytest tests -m "turtle"
+ pytest tests -m "not turtle"