diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b4bea13..07c252f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -39,9 +39,8 @@ jobs: uses: actions/setup-go@v5 with: go-version: "^1.22" + cache: true - name: Build run: | make git --no-pager diff -- ':(exclude)go.sum' && git diff --quiet -- ':(exclude)go.sum' - - name: Codecov - uses: codecov/codecov-action@v4 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 36fadb7..620f6c3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -38,6 +38,7 @@ jobs: uses: actions/setup-go@v5 with: go-version: "^1.22" + cache: true - name: Build run: make init - name: GPG diff --git a/README.md b/README.md index 41458fd..ebf5c7d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # flags [![Build](https://github.com/ViBiOh/flags/workflows/Build/badge.svg)](https://github.com/ViBiOh/flags/actions) -[![codecov](https://codecov.io/gh/ViBiOh/flags/branch/main/graph/badge.svg)](https://codecov.io/gh/ViBiOh/flags) Golang flags parser with zero dependency.