darkpandarts
Results
3
comments of
darkpandarts
Oh! I think I get it! I was having a similar problem even after adding the following code and following [Ryan's suggestion](https://github.com/MishaKav/pytest-coverage-comment/issues/68#issuecomment-1469626721) ```yaml on: push: branches: - master pull_request: jobs:...
Can you not just accomplish this using a CI/CD pipeline? It could be a test before running semantic versioning. If it fails, you know that you need to bump the...