Closed cadenmyers13 closed 3 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 93.49%. Comparing base (
4c40b78
) to head (38afb09
). Report is 4 commits behind head on main.
This isn't passing after I made a second push, similar to the other PR here https://github.com/diffpy/diffpy.fourigui/pull/55
Edit: Looks like this is an active issue faced by others. I've created an issue for this. Solution is being worked out here but will look into this: https://github.com/codecov/codecov-action/issues/1580
@cadenmyers13 also, this is failing tests. Some issue with codecov
Warning! No news item is found for this PR. If this is a user-facing change/feature/fix,
please add a news item by copying the format from news/TEMPLATE.rst
.
@sbillinge Yeah... there's a github thread here discussing it: https://github.com/codecov/codecov-action/issues/1580
Thanks @cadenmyers13
Looks like the codecov problem is resolved too!
closes #57. With
tests
at top level, we no longer need to omit any files aspytest
automatically detects files intests
. https://github.com/Billingegroup/cookiecutter/pull/177#discussion_r1826404794