Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ld
go-ld-prime
Commits
4a737c7f
Commit
4a737c7f
authored
Jul 06, 2019
by
Alex
Committed by
hannahhoward
Jul 10, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: add codecov and travis
parent
f7b6fa39
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
0 deletions
+30
-0
.travis.yml
.travis.yml
+22
-0
codecov.yml
codecov.yml
+8
-0
No files found.
.travis.yml
0 → 100644
View file @
4a737c7f
language
:
go
go
:
-
1.12.x
env
:
global
:
-
GO111MODULE=on
install
:
-
go mod download
before_script
:
-
go fmt ./...
-
go build ./...
-
go test -run xxxx ./...
script
:
-
go test -race -short -coverprofile=coverage.txt ./...
after_success
:
-
bash <(curl -s https://codecov.io/bash)
\ No newline at end of file
codecov.yml
0 → 100644
View file @
4a737c7f
coverage
:
precision
:
2
round
:
up
range
:
"
50...90"
status
:
project
:
off
patch
:
off
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment