File tree 4 files changed +0
-20
lines changed
4 files changed +0
-20
lines changed Original file line number Diff line number Diff line change 84
84
- name : Run tests
85
85
working-directory : always
86
86
run : go test -shuffle=on -v -count=1 -race -failfast -timeout=30s -covermode=atomic -coverprofile=coverage.out ./...
87
- - name : Codecov Coverage
88
- uses : codecov/codecov-action@v4
89
- with :
90
- token : ${{ secrets.CODECOV_TOKEN }}
91
- working-directory : always
92
87
93
88
benchmark :
94
89
name : benchmark
Original file line number Diff line number Diff line change 84
84
- name : Run tests
85
85
working-directory : graceful
86
86
run : go test -shuffle=on -v -count=1 -race -failfast -timeout=30s -covermode=atomic -coverprofile=coverage.out ./...
87
- - name : Codecov Coverage
88
- uses : codecov/codecov-action@v4
89
- with :
90
- token : ${{ secrets.CODECOV_TOKEN }}
91
- working-directory : graceful
92
87
93
88
benchmark :
94
89
name : benchmark
Original file line number Diff line number Diff line change 84
84
- name : Run tests
85
85
working-directory : memkv
86
86
run : go test -shuffle=on -v -count=1 -race -failfast -timeout=30s -covermode=atomic -coverprofile=coverage.out ./...
87
- - name : Codecov Coverage
88
- uses : codecov/codecov-action@v4
89
- with :
90
- token : ${{ secrets.CODECOV_TOKEN }}
91
- working-directory : memkv
92
87
93
88
benchmark :
94
89
name : benchmark
Original file line number Diff line number Diff line change 84
84
- name : Run tests
85
85
working-directory : probe
86
86
run : go test -shuffle=on -v -count=1 -race -failfast -timeout=30s -covermode=atomic -coverprofile=coverage.out ./...
87
- - name : Codecov Coverage
88
- uses : codecov/codecov-action@v4
89
- with :
90
- token : ${{ secrets.CODECOV_TOKEN }}
91
- working-directory : probe
92
87
93
88
benchmark :
94
89
name : benchmark
You can’t perform that action at this time.
0 commit comments