Pytest Color for GitHub actions

This commit is contained in:
Antonin Raffin 2021-11-18 10:38:50 +01:00
parent 58e5506385
commit b37052cbf0
No known key found for this signature in database
GPG key ID: B8B48F65CAD6232C

View file

@ -1,2 +1,2 @@
#!/bin/bash #!/bin/bash
python3 -m pytest --cov-config .coveragerc --cov-report html --cov-report term --cov=. -v python3 -m pytest --cov-config .coveragerc --cov-report html --cov-report term --cov=. -v --color=yes