Add codecov reporting

This commit is contained in:
altf_four 2020-04-18 10:52:49 +03:00 committed by GitHub
parent a4aa0549ce
commit 091ce82791
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -53,3 +53,13 @@ jobs:
with:
name: Releasable Installers
path: artifacts/
build-codecov-report:
runs-on: ubuntu-latest
steps:
- name: Codecov
uses: codecov/codecov-action@v1.0.6
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
name: codecov-umbrella # optional
fail_ci_if_error: true # optional (default = false)