Skip to content

Commit

Permalink
coveralls is named coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
jcollins-g committed Dec 12, 2018
1 parent 8595476 commit 0e88583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ else
pub run grinder buildbot
if [ -n "$COVERAGE_TOKEN" ] && [ "${DART_VERSION}" != "2.1.0" ] && uname | grep -q Linux ; then
# Only attempt to upload coverage data for dev builds.
coverage-lcov --repo-token="${COVERAGE_TOKEN}" lcov.info
coveralls-lcov --repo-token="${COVERAGE_TOKEN}" lcov.info
fi
fi

0 comments on commit 0e88583

Please sign in to comment.