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

moosetechnology / GitProjectHealth / 13452893765

21 Feb 2025 08:26AM UTC coverage: 62.253% (+0.3%) from 61.942%
13452893765

Pull #133

github

web-flow
Merge 6380ab2be into b6cf59833
Pull Request #133: Fixing code addition project metric test

2305 of 3716 new or added lines in 34 files covered. (62.03%)

9783 of 15715 relevant lines covered (62.25%)

0.62 hits per line

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

0.0
/src/GitLabHealth-Model-Importer/GLHApiFile.class.st
1
Class {
2
        #name : #GLHApiFile,
3
        #superclass : #Object,
4
        #instVars : [
5
                'name',
6
                'type'
7
        ],
8
        #category : #'GitLabHealth-Model-Importer'
9
}
10

11
{ #category : #accessing }
NEW
12
GLHApiFile >> name [
×
NEW
13

×
NEW
14
        ^ name
×
NEW
15
]
×
16

17
{ #category : #accessing }
NEW
18
GLHApiFile >> name: anObject [
×
NEW
19

×
NEW
20
        name := anObject
×
NEW
21
]
×
22

23
{ #category : #accessing }
NEW
24
GLHApiFile >> type [
×
NEW
25

×
NEW
26
        ^ type
×
NEW
27
]
×
28

29
{ #category : #accessing }
NEW
30
GLHApiFile >> type: anObject [
×
NEW
31

×
NEW
32
        type := anObject
×
NEW
33
]
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc