mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-14 19:27:58 +08:00
Makefile: Fix target name upload-coverage.
This commit is contained in:
parent
11fbc74ea0
commit
52e392f55c
2
Makefile
2
Makefile
|
@ -31,7 +31,7 @@ cover/all: $(PKG_COVERS)
|
|||
# Disable coverage reports for pull requests. The general testability of the
|
||||
# code is pretty bad and it is premature to require contributors to maintain
|
||||
# code coverage.
|
||||
upload-codecov: cover/all
|
||||
upload-coverage: cover/all
|
||||
test "$(TRAVIS_PULL_REQUEST)" = false \
|
||||
&& echo "$(TRAVIS_GO_VERSION)" | grep -q '^1.9' \
|
||||
&& curl -s https://codecov.io/bash -o codecov.bash \
|
||||
|
|
Loading…
Reference in New Issue
Block a user