From 85e0fad2038d5412eabc8a10083c342c2a7377d6 Mon Sep 17 00:00:00 2001 From: Atsushi Watanabe Date: Wed, 23 Oct 2024 10:58:44 +0900 Subject: [PATCH] Do not upload coverage from macos job --- .github/workflows/ci.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4079d0c8..1fe4fa08 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -64,9 +64,6 @@ jobs: x264 - name: Run Test Suite run: make test - - uses: codecov/codecov-action@v4 - with: - token: ${{ secrets.CODECOV_TOKEN }} check-licenses: runs-on: ubuntu-latest name: Check Licenses