1#!/bin/bash 2 3make check-coverage-libicu 4pip install --user cpp-coveralls 5 6coveralls --include src/ 7