Fix test file reference
diff --git a/drone.sh b/drone.sh
index 9a7f6fe..62887e9 100755
--- a/drone.sh
+++ b/drone.sh
@@ -17,5 +17,5 @@
   echo
   echo "Running code coverage report"
   # --debug for verbose logging
-  pub global run dart_coveralls report --token $REPO_TOKEN --retry 3 test/all_tests.dart
+  pub global run dart_coveralls report --token $REPO_TOKEN --retry 3 test/test_when.dart
 fi
\ No newline at end of file