Skip to content

Commit 95e7534

Browse files
authored
Merge pull request #93 from mercari/remove-codecov
Remove Codecov usage
2 parents fb178d8 + 3b4b2c7 commit 95e7534

File tree

3 files changed

+1
-19
lines changed

3 files changed

+1
-19
lines changed

.codecov.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
tfnotify
22
========
33

4-
[![][release-svg]][release] [![][test-svg]][test] [![][codecov-svg]][codecov] [![][goreportcard-svg]][goreportcard]
4+
[![][release-svg]][release] [![][test-svg]][test] [![][goreportcard-svg]][goreportcard]
55

66
[release]: https://github.com/mercari/tfnotify/actions?query=workflow%3Arelease
77
[release-svg]: https://github.com/mercari/tfnotify/workflows/release/badge.svg
88
[test]: https://github.com/mercari/tfnotify/actions?query=workflow%3Atest
99
[test-svg]: https://github.com/mercari/tfnotify/workflows/test/badge.svg
10-
[codecov]: https://codecov.io/gh/mercari/tfnotify
11-
[codecov-svg]: https://codecov.io/gh/mercari/tfnotify/branch/master/graph/badge.svg
1210
[goreportcard]: https://goreportcard.com/report/github.com/mercari/tfnotify
1311
[goreportcard-svg]: https://goreportcard.com/badge/github.com/mercari/tfnotify
1412

config/config_test.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -468,12 +468,6 @@ func TestFind(t *testing.T) {
468468
expect: "tfnotify.yml",
469469
ok: true,
470470
},
471-
{
472-
// invalid config
473-
file: "codecov.yml",
474-
expect: "",
475-
ok: false,
476-
},
477471
{
478472
// in case of no args passed
479473
file: "",

0 commit comments

Comments
 (0)