all repos — gomponents @ d4a299fe07de5c7b4e6f1657f9474043d6074d8a

HTML components in pure Go

Upgrade codecov Github action in CI workflow (#231)

Markus Wüstenberg markus@maragu.dk
Wed, 30 Oct 2024 15:38:15 +0100
commit

d4a299fe07de5c7b4e6f1657f9474043d6074d8a

parent

900ef87aac4f4c6c0be49faeb1fc7c190c17a482

2 files changed, 4 insertions(+), 3 deletions(-)

jump to
M .github/workflows/ci.yml.github/workflows/ci.yml
@@ -44,7 +44,9 @@ - name: Test         run: go test -v -coverprofile=coverage.txt -shuffle on ./...
 
       - name: Coverage
-        uses: codecov/codecov-action@v3
+        uses: codecov/codecov-action@v4
+        with:
+          token: ${{ secrets.CODECOV_TOKEN }}
 
   lint:
     name: Lint
M codecov.ymlcodecov.yml
@@ -1,3 +1,2 @@ ignore:
-  - "examples"
-  - "internal/assert"
+  - "internal/"