Skip to content

Commit bc58377

Browse files
Merge pull request #192 from codecov/drop-mercurial-support
refact: drop mercurial support
2 parents f06583c + 2d8afae commit bc58377

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

src/helpers/git.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ function parseSlugFromRemoteAddr(remoteAddr) {
3030
'--get',
3131
'remote.origin.url',
3232
'||',
33-
'hg',
34-
'paths',
35-
'default',
36-
'||',
3733
'echo',
3834
"''",
3935
])

test/providers/provider_gitlabci.test.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,6 @@ describe('GitLabCI Params', () => {
133133
'--get',
134134
'remote.origin.url',
135135
'||',
136-
'hg',
137-
'paths',
138-
'default',
139-
'||',
140136
'echo',
141137
"''",
142138
]),
@@ -155,10 +151,6 @@ describe('GitLabCI Params', () => {
155151
'--get',
156152
'remote.origin.url',
157153
'||',
158-
'hg',
159-
'paths',
160-
'default',
161-
'||',
162154
'echo',
163155
"''",
164156
]),
@@ -177,10 +169,6 @@ describe('GitLabCI Params', () => {
177169
'--get',
178170
'remote.origin.url',
179171
'||',
180-
'hg',
181-
'paths',
182-
'default',
183-
'||',
184172
'echo',
185173
"''",
186174
]),

0 commit comments

Comments
 (0)