This commit is contained in:
blueloveTH 2024-08-14 19:38:51 +08:00
parent 5f7006e2cb
commit d709d7b531

View File

@ -52,6 +52,8 @@ jobs:
with:
version: 15
platform: x64
- name: Install dependencies
run: sudo apt-get install -y libclang-rt-15-dev
- name: Unit Test with Coverage
run: bash run_tests.sh
- name: Upload coverage reports to Codecov