mirror of
https://github.com/openharmony/third_party_libpsl.git
synced 2026-07-01 05:56:27 -04:00
7 lines
99 B
Bash
Executable File
7 lines
99 B
Bash
Executable File
#!/bin/bash
|
|
|
|
make check-coverage-libicu
|
|
pip install --user cpp-coveralls
|
|
|
|
coveralls --include src/
|