AstuteSource / chasten

:dizzy: Chasten Uses XML and XPATH to Check a Python Program's AST for Specified Patterns!
https://pypi.org/project/chasten/
GNU General Public License v2.0
7 stars 8 forks source link

fix: removing covbadge to free the build #87

Closed simojo closed 9 months ago

simojo commented 9 months ago

This PR removes the covbadge build step in order prevent our build from being persistently halted by its faultiness. If merged, we would need to document the fact that this is a temporary change, meaning we would need to reconsider how to fix this issue down the line. For now, considering how 'green' the code base is, we need to prioritize other features.

I will create another PR that reverts this one so that we will have a pending re-implementation of this PR. I will put a note that it needs to be a hold status.

This closes #86, closes #84, and closes #82

hayleepierce commented 9 months ago

This will also close issue #14, or at least put it on hold.