-
Notifications
You must be signed in to change notification settings - Fork 236
Closed
Labels
bugSomething isn't working as expectedSomething isn't working as expectedgood first issueGood for newcomersGood for newcomers
Description
Description
Currently if you run very_good test --min-coverage 100 --recursive it will go through each package it finds and run the tests. But if any of those packages don't have 100% test coverage there won't be an error displaying that.
Here I am running the command at the root of my project:

It finds three packages, which is correct, but all three of them don't have 100% test coverage:
Steps To Reproduce
- Create a repo with two packages, and ensure they don't have full test coverage
- Run
very_good test --min-coverage 100 --recursiveat the root - Tests will succeed but no coverage is reported.
Expected Behavior
I expected that I was able to combine these flags together to run all my tests at the highest level and confirm that they all have the coverage I expected.
Related: #383
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't working as expectedSomething isn't working as expectedgood first issueGood for newcomersGood for newcomers


