adafruit / circuitpython

CircuitPython - a Python implementation for teaching coding with microcontrollers
https://circuitpython.org
Other
4.12k stars 1.22k forks source link

make the default variant 'coverage' #9796

Closed jepler closed 2 weeks ago

jepler commented 2 weeks ago

This means that the variant no longer needs to be explicitly named and you can just run make test. (I suspect this is what happened to @FoamyGuy over in #9793 but I'm not sure)

FoamyGuy commented 2 weeks ago

Nice! Thank you. make tests does not show any failed tests anymore with this change.