From dcacc00e3750300617ba6e16eb346713f91a783a Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 21 Jan 2026 22:52:54 +0100 Subject: Remove testing data --- .../redis-unstable/.github/workflows/codecov.yml | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 examples/redis-unstable/.github/workflows/codecov.yml (limited to 'examples/redis-unstable/.github/workflows/codecov.yml') diff --git a/examples/redis-unstable/.github/workflows/codecov.yml b/examples/redis-unstable/.github/workflows/codecov.yml deleted file mode 100644 index 82656ac..0000000 --- a/examples/redis-unstable/.github/workflows/codecov.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: "Codecov" - -# Enabling on each push is to display the coverage changes in every PR, -# where each PR needs to be compared against the coverage of the head commit -on: [push, pull_request] - -jobs: - code-coverage: - runs-on: ubuntu-22.04 - - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - - name: Install lcov and run test - run: | - sudo apt-get install lcov - make lcov - - - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 - with: - token: ${{ secrets.CODECOV_TOKEN }} - file: ./src/redis.info -- cgit v1.2.3