mirror of https://github.com/dswd/vpncloud.git
Fix coverage check
This commit is contained in:
parent
3cf1072da7
commit
2d5565277e
|
@ -41,7 +41,6 @@ jobs:
|
||||||
- name: Run cargo-tarpaulin
|
- name: Run cargo-tarpaulin
|
||||||
uses: actions-rs/tarpaulin@v0.1
|
uses: actions-rs/tarpaulin@v0.1
|
||||||
with:
|
with:
|
||||||
version: '0.9.0'
|
|
||||||
args: '-o Html -- --test-threads=1'
|
args: '-o Html -- --test-threads=1'
|
||||||
- name: Archive code coverage results
|
- name: Archive code coverage results
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
|
|
Loading…
Reference in New Issue