From a5b222f0a78cfd8e94b44a26362755252032a1ed Mon Sep 17 00:00:00 2001 From: Vladimir Severov Date: Thu, 7 Aug 2025 14:26:41 +0300 Subject: [PATCH] Specify branch for badges Before the patch, the badges would sometimes show error 500. Now the branch is specified so that the error does not occur. --- README.md | 4 ++-- README.ru.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6d870a1..92c7f45 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ [release-url]: https://github.com/tarantool/sdvg/releases/latest/ [pre-release-badge]: https://badgen.net/static/pre-release/latest/orange?color=purple [pre-release-url]: https://github.com/tarantool/sdvg/releases/tag/latest/ -[actions-badge]: https://badgen.net/github/checks/tarantool/sdvg +[actions-badge]: https://badgen.net/github/checks/tarantool/sdvg/master [actions-url]: https://github.com/tarantool/sdvg/actions -[test-coverage-badge]: https://badgen.net/coveralls/c/github/tarantool/sdvg +[test-coverage-badge]: https://badgen.net/coveralls/c/github/tarantool/sdvg/master [test-coverage-url]: https://coveralls.io/github/tarantool/sdvg?branch=master [language-badge]: https://badgen.net/static/language/go/blue [language-url]: https://github.com/tarantool/sdvg/search?l=go diff --git a/README.ru.md b/README.ru.md index e1adf6c..da0bb9a 100644 --- a/README.ru.md +++ b/README.ru.md @@ -15,9 +15,9 @@ [release-url]: https://github.com/tarantool/sdvg/releases/latest/ [pre-release-badge]: https://badgen.net/static/pre-release/latest/orange?color=purple [pre-release-url]: https://github.com/tarantool/sdvg/releases/tag/latest/ -[actions-badge]: https://badgen.net/github/checks/tarantool/sdvg +[actions-badge]: https://badgen.net/github/checks/tarantool/sdvg/master [actions-url]: https://github.com/tarantool/sdvg/actions -[test-coverage-badge]: https://badgen.net/coveralls/c/github/tarantool/sdvg +[test-coverage-badge]: https://badgen.net/coveralls/c/github/tarantool/sdvg/master [test-coverage-url]: https://coveralls.io/github/tarantool/sdvg?branch=master [language-badge]: https://badgen.net/static/language/go/blue [language-url]: https://github.com/tarantool/sdvg/search?l=go