Skip to content

Commit 5e4d52e

Browse files
committed
ci: Added Code Coverage 🔧
1 parent 44a5dcc commit 5e4d52e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
run: |
3232
set -euo pipefail
3333
go test -json -v ./tests/... 2>&1 | tee /tmp/gotest.log | gotestfmt
34+
- name: Upload coverage reports to Codecov
35+
uses: codecov/codecov-action@v4.0.1
36+
with:
37+
token: ${{ secrets.CODECOV_TOKEN }}
3438
build:
3539
runs-on: ${{ matrix.os }}
3640
needs:

0 commit comments

Comments
 (0)