This website works better with JavaScript.
Home
Help
Sign In
narayana
/
go-xmpp
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Removed last bits of codecov
160-regression
rcorniere
3 years ago
parent
51db430cff
commit
6a3833b27d
2 changed files
with
0 additions
and
8 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
Dockerfile
+0
-4
test.sh
+ 0
- 4
Dockerfile
View File
@ -1,4 +0,0 @@
FROM
golang:1.13
WORKDIR
/xmpp
RUN
curl -o codecov.sh -s https://codecov.io/bash
&&
chmod +x codecov.sh
COPY
. ./
+ 0
- 4
test.sh
View File
@ -11,7 +11,3 @@ for d in $(go list ./... | grep -v vendor); do
rm profile.out
fi
done
if
[
-f
"./codecov.sh"
]
;
then
./codecov.sh
fi
Write
Preview
Loading…
Cancel
Save