File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed
Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 2525
2626 - name : Run Unit tests
2727 run : |
28- go test -race -covermode atomic -coverprofile=covprofile ./...
28+ go test -race -covermode atomic -coverprofile=coverage.txt ./...
2929
30- - name : Install goveralls
31- run : go install github.com/mattn/goveralls@latest
32-
33- - name : Send coverage
34- env :
35- COVERALLS_TOKEN : ${{ secrets.COVERALLS_REPO_TOKEN }}
36- run : goveralls -coverprofile=covprofile -service=github
30+ - name : Upload coverage reports to Codecov
31+ uses : codecov/codecov-action@v5
32+ with :
33+ token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 11[ ![ Go] ( https://github.com/dhcgn/iot-ephemeral-value-store/actions/workflows/build_and_test.yml/badge.svg )] ( https://github.com/dhcgn/iot-ephemeral-value-store/actions/workflows/build_and_test.yml )
2- [ ![ Coverage Status ] ( https://coveralls .io/repos/github/ dhcgn/iot-ephemeral-value-store/badge.svg?branch=main )] ( https://coveralls .io/github /dhcgn/iot-ephemeral-value-store?branch=main )
2+ [ ![ codecov ] ( https://codecov .io/gh/ dhcgn/iot-ephemeral-value-store/graph/ badge.svg?token=LLTOitLLDc )] ( https://codecov .io/gh /dhcgn/iot-ephemeral-value-store )
33
44# iot-ephemeral-value-store
55
You can’t perform that action at this time.
0 commit comments