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

Commit

Permalink
fixed cpp coveralls bin name
Browse files Browse the repository at this point in the history
  • Loading branch information
cjlucas committed Aug 16, 2015
1 parent 348adb6 commit a809622
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tool/send_coveralls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ for f in test/*_test.dart; do
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
cpp-coveralls -b lib/src -t faketoken --dump coverage/cpp_coverage.json

python tool/coveralls_merge.py coverage/*

0 comments on commit a809622

Please sign in to comment.