Skip to content

fix: remove Display and Debug support from BencodexKey & BencodexValu… #66

fix: remove Display and Debug support from BencodexKey & BencodexValu…

fix: remove Display and Debug support from BencodexKey & BencodexValu… #66

Workflow file for this run

on: push
name: test
permissions:
contents: read
jobs:
run-tests:
runs-on: ubuntu-20.04
container:
image: xd009642/tarpaulin:0.30.0
options: --security-opt seccomp=unconfined
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Generate code coverage
run: |
cargo tarpaulin --verbose --all-features --workspace --timeout 120 --out xml
- name: Upload to codecov.io
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Archive code coverage results
uses: actions/upload-artifact@v1
with:
name: code-coverage-report
path: cobertura.xml