mirror of
https://github.com/mudler/luet.git
synced 2025-09-20 02:31:41 +00:00
Add code coverage
This commit is contained in:
@@ -6,4 +6,7 @@ env:
|
||||
before_install:
|
||||
- make deps
|
||||
script:
|
||||
- make test
|
||||
- make test
|
||||
- go test -race -coverprofile=coverage.txt -covermode=atomic
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
@@ -1,4 +1,8 @@
|
||||
# luet - Package manager
|
||||
[](https://goreportcard.com/report/github.com/mudler/luet)
|
||||
[](https://travis-ci.org/mudler/luet)
|
||||
[](https://godoc.org/github.com/mudler/luet)
|
||||
[](https://codecov.io/gh/mudler/luet)
|
||||
|
||||
No dep hell for your own package manager !
|
||||
|
||||
|
Reference in New Issue
Block a user