Skip to content

Commit 24a24a4

Browse files
committed
Add Coverage badge
1 parent f9a1256 commit 24a24a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# ObjectFile
22

33
[![Build Status](https://travis-ci.org/staticfloat/ObjectFile.jl.svg?branch=master)](https://travis-ci.org/staticfloat/ObjectFile.jl)
4+
[![Coverage](http://codecov.io/github/staticfloat/ObjectFile.jl/coverage.svg?branch=master)](http://codecov.io/github/staticfloat/ObjectFile.jl?branch=master)
45

56
This package provides basic functionality to read and analyze binary object files. It was written with ELF/MachO/COFF in mind, but should be easily adaptable to other object files as well. While not originally intended as a package to enable the construction of a compiler/linker, the package authors welcome any and all efforts to extend the capabilities of this package toward synthesis of object files as well as the analysis of them.

0 commit comments

Comments
 (0)