Skip to content

chore: update rust-starter references #1

chore: update rust-starter references

chore: update rust-starter references #1

Workflow file for this run

on: [push]
name: Code Coverage
jobs:
codecov:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install stable toolchain
uses: omarabid-forks/rs-toolchain@v1
with:
toolchain: stable
override: true
- name: Run cargo-tarpaulin
uses: omarabid-forks/rs-tarpaulin@v0.1
with:
version: '0.9.0'
args: '-- --test-threads 1'
- name: Upload to codecov.io
uses: omarabid-forks/codecov@v1.2.1
with:
token: ${{secrets.CODECOV_TOKEN}}
- name: Archive code coverage results
uses: actions/upload-artifact@v1
with:
name: code-coverage-report
path: cobertura.xml