fix codecov CI

This commit is contained in:
blueloveTH 2024-02-05 15:05:27 +08:00
parent 3048e0dde7
commit 6f87f38789

View File

@ -58,7 +58,7 @@ jobs:
- name: Unit Test with Coverage
run: bash run_tests.sh
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: .coverage