Skip to content

Commit

Permalink
Do not append code coverage for the main run
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-dbx committed Jun 29, 2020
1 parent c0dadcd commit d26ba3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/python_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ echo "Superset config module: $SUPERSET_CONFIG"
superset db upgrade
superset init
pytest --maxfail=1 --cov=superset tests/load_examples_test.py
pytest --maxfail=1 --cov=superset --cov-append --ignore=load_examples_test tests/*
pytest --maxfail=1 --cov=superset --ignore=load_examples_test tests/*

0 comments on commit d26ba3c

Please sign in to comment.