mirror of
https://github.com/kopia/kopia.git
synced 2026-03-18 14:16:24 -04: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