mirror of
https://github.com/kopia/kopia.git
synced 2026-01-29 00:33:24 -05:00
disable code coverage
This commit is contained in:
6
.github/workflows/make.yml
vendored
6
.github/workflows/make.yml
vendored
@@ -107,9 +107,3 @@ jobs:
|
||||
run: make travis-setup
|
||||
- name: Build
|
||||
run: make travis-release
|
||||
- name: Upload Coverage report to CodeCov
|
||||
uses: codecov/codecov-action@v1.0.0
|
||||
if: ${{ contains(matrix.os, 'ubuntu') }}
|
||||
with:
|
||||
token: ${{secrets.CODECOV_TOKEN}}
|
||||
file: ./coverage.txt
|
||||
|
||||
Reference in New Issue
Block a user