1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-28 06:42:00 +03:00

Add test coverage reporting and Codecov badge (#3055)

* Add codecov to ci

* Add codecov to ci

* update yanl

* Add changes

* Add changes

* test

* Add changes

* Add changes

* Add changes
This commit is contained in:
ofekshenawa
2024-09-03 17:09:47 +03:00
committed by GitHub
parent 00d98485f8
commit f99447854b
3 changed files with 8 additions and 0 deletions

View File

@ -37,3 +37,9 @@ jobs:
- name: Test
run: make test
- name: Upload to Codecov
uses: codecov/codecov-action@v4
with:
files: coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}