Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
fanglinfang committed Sep 13, 2024
1 parent aa90fc7 commit 809bd57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/test_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ function catch {
}

run_test "FORCE_VIEW_TESTS=1 python -Wd -m coverage run --source=${DJANGO_APP} '--omit=*/migrations/*' manage.py test ${DJANGO_APP}"

pwd
ls -al
# put generaged coverage result where it will get processed
cp .coverage.* /coverage
# cp coverage/lcov.info /coverage
Expand Down

0 comments on commit 809bd57

Please sign in to comment.