Skip to content
Snippets Groups Projects
Commit 65f83ff6 authored by RABijl's avatar RABijl Committed by Ruben Young On
Browse files

changes name of yarn cov output file to the standard name used in coverage gutter

parent 83715a2f
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
"migrate:dev": "ZESJE_SETTINGS=$(pwd)/zesje.dev.cfg FLASK_APP=zesje/__init__.py flask db upgrade",
"migrate": "FLASK_APP=zesje/__init__.py flask db upgrade",
"prepare-migration": "ZESJE_SETTINGS=$(pwd)/zesje.dev.cfg FLASK_APP=zesje/__init__.py flask db migrate",
"cov": "python -m pytest --cov=zesje --cov-report=xml:coverage.xml tests/"
"cov": "python -m pytest --cov=zesje --cov-report=xml:cov.xml tests/"
},
"standard": {
"parser": "babel-eslint",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment