Skip to content

Commit

Permalink
Merge pull request #55 from mseri/master
Browse files Browse the repository at this point in the history
upstream-extra: introduce ocveralls for coverage builds
  • Loading branch information
mseri authored Mar 22, 2017
2 parents ec91f5f + 24ad587 commit 9c35316
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/upstream-extra/ocveralls.0.3.4/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Generate JSON for http://coveralls.io from bisect code coverage data.

Also support automatic upload of generated data.
1 change: 1 addition & 0 deletions packages/upstream-extra/ocveralls.0.3.4/findlib
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ocveralls
20 changes: 20 additions & 0 deletions packages/upstream-extra/ocveralls.0.3.4/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
opam-version: "1.2"
available: [ ocaml-version >= "4.02.0" ]
name: "ocveralls"
version: "0.3.4"
maintainer: "Julien Sagot [email protected]"
author: "Julien Sagot [email protected]"
license: "GPL v3.0"
homepage: "https://github.com/sagotch/ocveralls"
bug-reports: "https://github.com/sagotch/ocveralls/issues"
dev-repo: "https://github.com/sagotch/ocveralls.git"

build: [ make "build" ]
install: [ make "bindir=%{bin}%" "install" ]
remove: [ "rm" "-f" "%{bin}%/ocveralls" ]

depends: [
"ocamlfind" { build }
"ezjsonm" { build & >="0.4.0" }
("bisect" | "bisect_ppx" { build })
]
2 changes: 2 additions & 0 deletions packages/upstream-extra/ocveralls.0.3.4/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
archive: "https://github.com/sagotch/ocveralls/archive/3.3.4.tar.gz"
checksum: "5ba0aee3781c7c85e56f9525a56a182f"

0 comments on commit 9c35316

Please sign in to comment.