Update build-and-test.yaml

This commit is contained in:
澄潭
2024-04-10 10:32:44 +08:00
committed by GitHub
parent 026840b59b
commit fb18782a80

View File

@@ -48,7 +48,7 @@ jobs:
- name: Upload coverage to Codecov - name: Upload coverage to Codecov
uses: codecov/codecov-action@v3 uses: codecov/codecov-action@v3
with: with:
fail_ci_if_error: true fail_ci_if_error: false
files: ./coverage.xml files: ./coverage.xml
verbose: true verbose: true