-
Notifications
You must be signed in to change notification settings - Fork 2
/
Makefile.maker.yaml
47 lines (37 loc) · 1.05 KB
/
Makefile.maker.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Configuration file for <https://github.com/sapcc/go-makefile-maker>
metadata:
url: https://github.com/sapcc/swift-health-exporter
binaries:
- name: swift-health-exporter
fromPackage: .
installTo: bin/
- name: mock-swift-dispersion-report
fromPackage: ./test/cmd/mock-swift-dispersion-report
- name: mock-swift-dispersion-report-with-errors
fromPackage: ./test/cmd/mock-swift-dispersion-report-with-errors
- name: mock-swift-recon
fromPackage: ./test/cmd/mock-swift-recon
- name: mock-swift-recon-with-errors
fromPackage: ./test/cmd/mock-swift-recon-with-errors
coverageTest:
only: '/collector'
golang:
setGoModVersion: true
golangciLint:
createConfig: true
goReleaser:
createConfig: true
githubWorkflow:
ci:
enabled: true
coveralls: true
release:
enabled: true
renovate:
enabled: true
assignees:
- majewsky
- SuperSandro2000
verbatim: |
# Attach `make build-all` as a dependency to the autogenerated `make build/cover.out`.
build/cover.out: build-all