Skip to content

Changelog for 0.14.1 #224

Changelog for 0.14.1

Changelog for 0.14.1 #224

Workflow file for this run

name: Test Coverage
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
test:
name: Measure Test Coverage
runs-on: ubuntu-latest
steps:
- name: Checkout Polaris
uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
- name: Run Tarpaulin
uses: actions-rs/tarpaulin@v0.1
with:
args: "--all-features --ignore-tests"
out-type: Xml
timeout: 240
- name: Upload Results
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: true