Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Added python
Browse files Browse the repository at this point in the history
  • Loading branch information
cjlucas committed Aug 16, 2015
1 parent 3b4d28c commit 348adb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/send_coveralls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
mkdir coverage

for f in test/*_test.dart; do
dart_coveralls report --dry-run -p $f | tool/scrape_json.py > coverage/$(basename $f).json
dart_coveralls report --dry-run -p $f | python tool/scrape_json.py > coverage/$(basename $f).json
done

cpp-coverage -b lib/src -t faketoken --dump coverage/cpp_coverage.json

0 comments on commit 348adb6

Please sign in to comment.