aboutsummaryrefslogtreecommitdiff
path: root/textwrap/.circleci/config.yml
blob: 4f928a6cfddf520340467605154c2cf1fd807b2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
version: 2
jobs:
  build:
    docker:
      - image: xd009642/tarpaulin
    steps:
      - checkout
      - run:
          name: Generate coverage report
          command: cargo tarpaulin --out Xml --all-features
      - run:
          name: Upload to codecov.io
          command: bash <(curl -s https://codecov.io/bash) -Z -f cobertura.xml