mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 14:50:55 +03:00
don't upload coverage
we only upload coverage for the main branch
This commit is contained in:
8
.github/workflows/development.yml
vendored
8
.github/workflows/development.yml
vendored
@@ -12,12 +12,8 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
go: [1.15]
|
||||
os: [ubuntu-18.04, macos-10.15]
|
||||
upload-coverage: [true]
|
||||
include:
|
||||
- go: 1.15
|
||||
os: windows-2019
|
||||
upload-coverage: false
|
||||
os: [ubuntu-18.04, macos-10.15, windows-2019]
|
||||
upload-coverage: [false]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user