Skip to content

Commit 4b51e48

Browse files
committed
Always send coverage report
1 parent 610d301 commit 4b51e48

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/test.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ jobs:
3535
run: go test -v ./... -coverprofile=coverage_unit.txt
3636

3737
- name: Send unit tests coverage to Codecov
38-
if: >
39-
matrix.operating-system == 'ubuntu-latest' &&
40-
github.event_name == 'push'
4138
uses: codecov/codecov-action@v1
4239
with:
4340
file: ./coverage_unit.txt

0 commit comments

Comments
 (0)