Skip to content

Commit

Permalink
Migrate to codecov.io (notaryproject#92)
Browse files Browse the repository at this point in the history
Signed-off-by: Juncheng Zhu <junczhu@microsoft.com>
Signed-off-by: Pritesh Bandi <pritesb@amazon.com>
  • Loading branch information
junczhu authored and Pritesh Bandi committed Aug 9, 2022
1 parent 3fce3ed commit 55d4ec2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 22 deletions.
5 changes: 5 additions & 0 deletions .github/.codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
coverage:
status:
project:
default:
target: 80%
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@
*.sublime-workspace

# Custom
.cover/
.test/
coverage.txt
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ all: test

.PHONY: test
test: check-line-endings ## run unit tests
./scripts/test.sh
go test -race -v -coverprofile=coverage.txt -covermode=atomic ./...

.PHONY: clean
clean:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Notation

[![codecov](https://codecov.io/gh/notaryproject/notation-go/branch/main/graph/badge.svg)](https://codecov.io/gh/notaryproject/notation-go)

A collection of libraries for supporting Notation sign, verify, push, pull of oci artifacts. Based on Notary V2 standard.

## Table of Contents
Expand Down
19 changes: 0 additions & 19 deletions scripts/test.sh

This file was deleted.

0 comments on commit 55d4ec2

Please sign in to comment.