mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-08 15:28:05 +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:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go: [1.15]
|
go: [1.15]
|
||||||
os: [ubuntu-18.04, macos-10.15]
|
os: [ubuntu-18.04, macos-10.15, windows-2019]
|
||||||
upload-coverage: [true]
|
upload-coverage: [false]
|
||||||
include:
|
|
||||||
- go: 1.15
|
|
||||||
os: windows-2019
|
|
||||||
upload-coverage: false
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user