Skip to content

ci(dependabot): bump pre-commit-ci/lite-action from 1.0.2 to 1.1.0 #133

ci(dependabot): bump pre-commit-ci/lite-action from 1.0.2 to 1.1.0

ci(dependabot): bump pre-commit-ci/lite-action from 1.0.2 to 1.1.0 #133

Workflow file for this run

name: Code Coverage
on: [push]
jobs:
test:
name: Coverage
runs-on: ubuntu-latest
services:
languagetool:
image: erikvl87/languagetool:latest
ports:
- 8010:8010
env:
langtool_maxTextLength: 1500
container:
image: xd009642/tarpaulin:develop-nightly
options: --security-opt seccomp=unconfined
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Generate code coverage
run: |
cargo +nightly tarpaulin --verbose --all-features --workspace --timeout 120 --out Xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true