From ec671797ce3d9a8ae4dfc36ec9a4a282d3695228 Mon Sep 17 00:00:00 2001 From: Dhenain Ambroise Date: Sat, 9 Jan 2021 16:58:29 +0100 Subject: [PATCH] Misc doc GHA codeclimate --- .github/workflows/update-codeclimate-coverage.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-codeclimate-coverage.yml b/.github/workflows/update-codeclimate-coverage.yml index 7df4d6031..049dffbc8 100644 --- a/.github/workflows/update-codeclimate-coverage.yml +++ b/.github/workflows/update-codeclimate-coverage.yml @@ -1,6 +1,7 @@ # Summary: -# Run Unit and coverage tests, then upload it to Code Climate dashboard -# Read ./README.md for extensive documentation +# Runs unit and coverage tests, then uploads the coverage results to the Code Climate dashboard. +# +# LEARN MORE AT https://unlyed.github.io/next-right-now/guides/ci-cd/ # # Dependencies overview: # - https://github.com/paambaati/codeclimate-action https://github.com/paambaati/codeclimate-action/tree/v2.6.0