Skip to content

Commit

Permalink
CI: Fix coverage source directories
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Apr 30, 2021
1 parent 20f4d0d commit e33ac23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
tests|coverage)
export PYTHONUNBUFFERED=1
if [ "$TEST_MODE" = "coverage" ]; then
export COVER="coverage run --append --source=$PWD/reprozip/reprozip,$PWD/reprounzip/reprounzip,$PWD/reprounzip-docker/reprounzip,$PWD/reprounzip-vagrant/reprounzip,$PWD/reprounzip-vistrails/reprounzip --branch"
export COVER="coverage run --append --source=$PWD --branch"
fi
python tests --run-docker
;;
Expand Down

0 comments on commit e33ac23

Please sign in to comment.