Skip to content

Commit

Permalink
Report coverage for all python files.
Browse files Browse the repository at this point in the history
  • Loading branch information
akscram committed Jul 6, 2012
1 parent dfdc331 commit 69aa523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ done

# If enabled, tell nose to collect coverage data
if [ $coverage -eq 1 ]; then
noseopts="$noseopts --with-coverage --cover-package=balancerclient"
noseopts="$noseopts --with-coverage --cover-package=balancerclient --cover-inclusive"
fi

if [ $no_site_packages -eq 1 ]; then
Expand Down

0 comments on commit 69aa523

Please sign in to comment.