Skip to content

Chore add codecov badge in README.md #6

Chore add codecov badge in README.md

Chore add codecov badge in README.md #6

Workflow file for this run

name: "Codecov"
on: [push, pull_request]
jobs:
code-coverage:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install lcov and run test
run: |
sudo apt-get install lcov
make lcov
- name: Upload code coverage
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./src/valkey.info
slug: vitahlin/valkey