File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 11# To validate this config:
22#
3- # cat codecov.yml | curl --data-binary @- https://codecov.io/validate
3+ # cat . codecov.yml | curl --data-binary @- https://codecov.io/validate
44#
55# See https://docs.codecov.io/docs for more info
66
Original file line number Diff line number Diff line change 3434 run : make testci
3535
3636 - uses : codecov/codecov-action@v3
37- with :
38- files : ./coverage.out
3937 if : ${{ matrix.go-version == 'stable' }}
4038
4139 lint :
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ var defaultExcludedTestCases = []string{
4141func TestWebSocketServer (t * testing.T ) {
4242 t .Parallel ()
4343
44- if os .Getenv ("AUTOBAHN_TESTS" ) == " " {
44+ if os .Getenv ("AUTOBAHN_TESTS" ) != "1 " {
4545 t .Skipf ("set AUTOBAHN_TESTS=1 to run autobahn integration tests" )
4646 }
4747
You can’t perform that action at this time.
0 commit comments