update .gitignore and main.yml

This commit is contained in:
gengteng
2023-09-30 12:01:34 +08:00
parent 4bfa371986
commit 7eb06ac511
2 changed files with 2 additions and 1 deletions

View File

@@ -80,7 +80,7 @@ jobs:
RUST_TEST_THREADS: 4 RUST_TEST_THREADS: 4
with: with:
version: '0.22.0' version: '0.22.0'
args: --implicit-test-threads --ignore-tests --out Lcov args: --implicit-test-threads --ignore-tests --out Lcov Xml
- name: Coveralls GitHub Action - name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2 uses: coverallsapp/github-action@v2

1
.gitignore vendored
View File

@@ -3,3 +3,4 @@
/.idea /.idea
/lcov.info /lcov.info
/build_rs_cov.profraw /build_rs_cov.profraw
/cobertura.xml