Skip to content

feat: implement bencodex JSON format #47

feat: implement bencodex JSON format

feat: implement bencodex JSON format #47

Workflow file for this run

on: push
name: test
jobs:
run-tests:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: actions-rs/[email protected]
with:
toolchain: 1.49.0
- name: Run cargo-tarpaulin
uses: actions-rs/[email protected]
with:
version: latest
- 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