File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed
Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change 2828 uses : actions/checkout@v4
2929 - name : Run tests
3030 run : cargo test
31-
32- coverage :
33- runs-on : ubuntu-latest
34- steps :
35- - name : Checkout code
36- uses : actions/checkout@v4
37- - name : Install Rust
38- run : rustup update --no-self-update stable
39- - name : Install OpenSSL
40- run : sudo apt-get update && sudo apt-get install -y libssl-dev
41- - name : Run cargo-tarpaulin
42- uses : actions-rs/tarpaulin@v0.1
43- with :
44- version : ' 0.32.8'
45- args : ' --out Xml'
46- - name : Upload to codecov.io
47- uses : codecov/codecov-action@v4
48- with :
49- token : ${{ secrets.CODECOV_TOKEN }}
50- - name : Archive code coverage results
51- uses : actions/upload-artifact@v4
52- with :
53- name : code-coverage-report
54- path : cobertura.xml
You can’t perform that action at this time.
0 commit comments