• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mendersoftware / mender-setup / 1011077028

20 Sep 2023 01:30PM UTC coverage: 50.0%. First build
1011077028

Pull #1

gitlab-ci

lluiscampos
chore: Setup repository

* README.md
* LICENSE
* Hello World golang code
* Basic pipeline
* GitHub bots
* gitignore

Ticket: MEN-6544

Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
Pull Request #1: MEN-6544: Setup repository

3 of 6 new or added lines in 1 file covered. (50.0%)

3 of 6 relevant lines covered (50.0%)

0.5 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

50.0
/hello.go
1
// Copyright 2023 Northern.tech AS
2
//
3
//    Licensed under the Apache License, Version 2.0 (the "License");
4
//    you may not use this file except in compliance with the License.
5
//    You may obtain a copy of the License at
6
//
7
//        http://www.apache.org/licenses/LICENSE-2.0
8
//
9
//    Unless required by applicable law or agreed to in writing, software
10
//    distributed under the License is distributed on an "AS IS" BASIS,
11
//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
//    See the License for the specific language governing permissions and
13
//    limitations under the License.
14

15
package main
16

17
import "fmt"
18

19
func Hello() string {
1✔
20
        return "Hello, world"
1✔
21
}
1✔
22

NEW
23
func main() {
×
NEW
24
        fmt.Println(Hello())
×
NEW
25
}
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc