mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-22 07:30:25 +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:
|
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
|
||||||
|
|
Loading…
Reference in a new issue