Skip to content

Commit 2b3754c

Browse files
authored
Merge pull request #165 from q384566678/go-report
Add Go Report Card
2 parents b686775 + efa420e commit 2b3754c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# oci-image-tool [![Build Status](https://travis-ci.org/opencontainers/image-tools.svg?branch=master)](https://travis-ci.org/opencontainers/image-tools)
1+
# oci-image-tool [![Build Status](https://travis-ci.org/opencontainers/image-tools.svg?branch=master)](https://travis-ci.org/opencontainers/image-tools)[![Go Report Card](https://goreportcard.com/badge/github.com/opencontainers/image-tools)](https://goreportcard.com/report/github.com/opencontainers/image-tools)
22

33
`oci-image-tool` is a collection of tools for working with the [OCI image format specification](https://github.com/opencontainers/image-spec).
44

image/manifest_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ func TestUnpackLayer(t *testing.T) {
169169
testUnpackLayer(t, "bzip2", false)
170170
}
171171

172-
func TestUnpackLayerRemovePartialyUnpackedFile(t *testing.T) {
172+
func TestUnpackLayerRemovePartiallyUnpackedFile(t *testing.T) {
173173
// generate a tar file has duplicate entry which will failed on unpacking
174174
tmp1, err := ioutil.TempDir("", "test-layer")
175175
if err != nil {

0 commit comments

Comments
 (0)