live-fns: (codecov) dont break "/gh/" usage

pull/170/head
Amio 2018-09-27 14:22:22 +08:00
rodzic cc8a6857b3
commit 35201aa386
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -12,6 +12,7 @@ module.exports = async (topic, vscType, ...args) => {
switch (topic) {
case 'c': {
switch (vscType) {
case 'gh':
case 'github':
return coverage('gh', ...args)
case 'bitbucket':