The .pyenv directory is still being checked for coverage so this will hopefully fix that. Another line has been added to print a table of coverage before it is uploaded to codecov
Expected time until merged
fast
Type of change
[ ] Bugfix (non-breaking change which fixes an issue)
[X] New feature (non-breaking change which adds functionality)
[ ] Breaking change (non-backwards-compatible fix or feature)
[ ] Code style update (formatting, renaming)
[ ] Refactoring (no functional changes, no API changes)
[ ] Documentation update
[ ] Maintenance update
[ ] Other (please describe)
Testing
Tested with new TACS build after this is merged
Checklist
[ ] I have run flake8 and black to make sure the code adheres to PEP-8 and is consistently formatted
[ ] I have run unit and regression tests which pass locally with my changes
[ ] I have added new tests that prove my fix is effective or that my feature works
Purpose
The .pyenv directory is still being checked for coverage so this will hopefully fix that. Another line has been added to print a table of coverage before it is uploaded to codecov
Expected time until merged
fast
Type of change
Testing
Tested with new TACS build after this is merged
Checklist
flake8
andblack
to make sure the code adheres to PEP-8 and is consistently formatted