diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 9ccd542..d41a1fd 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -12,8 +12,8 @@ jobs: uses: actions/checkout@v4.1.6 - name: Set up Git run: | - git config --local user.email "action@github.com" - git config --local user.name "GitHub Action" + git config --global user.email "action@github.com" + git config --global user.name "GitHub Action" - name: Test and generate coverage report run: go test -coverprofile=coverage.out ./... - name: Upload coverage reports to Codecov