chewing / libchewing

libchewing - The intelligent phonetic input method library
https://chewing.im/
GNU Lesser General Public License v2.1
356 stars 89 forks source link

chore(build): add option to turn off tests run #560

Closed chenrui333 closed 1 month ago

chenrui333 commented 1 month ago

would be also good to not run tests for the downstream packaging (as it is already done by CI)

relates to https://github.com/Homebrew/homebrew-core/pull/172332

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 88.22%. Comparing base (39fcafc) to head (570d70d). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #560 +/- ## ======================================= Coverage 88.22% 88.22% ======================================= Files 58 58 Lines 13534 13534 ======================================= Hits 11940 11940 Misses 1594 1594 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

chenrui333 commented 1 month ago

Thanks @kanru!