File tree Expand file tree Collapse file tree 3 files changed +1
-19
lines changed Expand file tree Collapse file tree 3 files changed +1
-19
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
tfnotify
2
2
========
3
3
4
- [ ![ ] [ release-svg ]] [ release ] [ ![ ] [ test-svg ]] [ test ] [ ![ ] [ codecov-svg ]] [ codecov ] [ ![ ] [ goreportcard-svg ]] [ goreportcard ]
4
+ [ ![ ] [ release-svg ]] [ release ] [ ![ ] [ test-svg ]] [ test ] [ ![ ] [ goreportcard-svg ]] [ goreportcard ]
5
5
6
6
[ release ] : https://github.com/mercari/tfnotify/actions?query=workflow%3Arelease
7
7
[ release-svg ] : https://github.com/mercari/tfnotify/workflows/release/badge.svg
8
8
[ test ] : https://github.com/mercari/tfnotify/actions?query=workflow%3Atest
9
9
[ 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
12
10
[ goreportcard ] : https://goreportcard.com/report/github.com/mercari/tfnotify
13
11
[ goreportcard-svg ] : https://goreportcard.com/badge/github.com/mercari/tfnotify
14
12
Original file line number Diff line number Diff line change @@ -468,12 +468,6 @@ func TestFind(t *testing.T) {
468
468
expect : "tfnotify.yml" ,
469
469
ok : true ,
470
470
},
471
- {
472
- // invalid config
473
- file : "codecov.yml" ,
474
- expect : "" ,
475
- ok : false ,
476
- },
477
471
{
478
472
// in case of no args passed
479
473
file : "" ,
You can’t perform that action at this time.
0 commit comments