diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dcf042f..137139c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,5 +43,9 @@ jobs: - name: Update coverage report uses: ncruces/go-coverage-report@main + with: + report: true + chart: true + amend: true env: GITHUB_TOKEN: ${{ secrets.GH_WIKI_TOKEN }} \ No newline at end of file diff --git a/README.md b/README.md index bdcec05..905900f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ [![License](http://img.shields.io/badge/license-mit-blue.svg?style=flat-square)](https://raw.githubusercontent.com/rozdolsky33/toolkit/main/LICENSE) [![Go Report Card](https://goreportcard.com/badge/github.com/rozdolsky33/toolkit)](https://goreportcard.com/report/github.com/rozdolsky33/toolkit) ![Tests](https://github.com/rozdolsky33/toolkit/actions/workflows/build.yml/badge.svg) - + [![Go Coverage](https://github.com/rozdolsky33/toolkit/wiki/coverage.svg)](https://raw.githack.com/wiki/rozdolsky33/toolkit/coverage.html) This toolkit package provides a set of utilities designed for the Go programming language to handle common tasks like generating random strings and handling file uploads in web applications.