mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-21 23:20:24 +00:00
don't upload coverage
we only upload coverage for the main branch
This commit is contained in:
parent
e0bbed1260
commit
82b26f81d6
1 changed files with 2 additions and 6 deletions
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
|
||||
|
|
Loading…
Reference in a new issue