Skip to content

Commit

Permalink
Test target without tarpaulin
Browse files Browse the repository at this point in the history
  • Loading branch information
Oppen committed Nov 18, 2022
1 parent e7e2027 commit 593a4aa
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
with:
path: |
~/.cargo
target/debug
target/release
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-cargo-

Expand All @@ -50,12 +52,13 @@ jobs:
run: make coverage
- name: Cleanup tests
run: make clean
- name: Cache Codecov-report
uses: actions//upload-artifact@master
with:
name: codecov-report
path: target/tarpaulin
#- name: Cache Codecov-report
#uses: actions//upload-artifact@master
#with:
##name: codecov-report
#path: target/tarpaulin
upload-codecov:
if: false
needs: build
runs-on: ubuntu-20.04
steps:
Expand Down

0 comments on commit 593a4aa

Please sign in to comment.