diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c02bddd..5f811ac 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -14,5 +14,8 @@ jobs: go-version: ${{ matrix.go-version }} - uses: actions/checkout@v3 - run: make test-cover - - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v4.0.1 + with: + token: ${{ secrets.CODECOV_TOKEN }} + slug: dnaeon/makefile-graph