update .gitignore and main.yml
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -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
1
.gitignore
vendored
@@ -3,3 +3,4 @@
|
|||||||
/.idea
|
/.idea
|
||||||
/lcov.info
|
/lcov.info
|
||||||
/build_rs_cov.profraw
|
/build_rs_cov.profraw
|
||||||
|
/cobertura.xml
|
||||||
|
|||||||
Reference in New Issue
Block a user