From 8902da51ed524ba832361dd05aa244d1889f476b Mon Sep 17 00:00:00 2001 From: Artyom Tetyukhin <51746822+arttet@users.noreply.github.com> Date: Sun, 20 Oct 2024 22:02:52 +0400 Subject: [PATCH] chore: add AI Code Review Action --- .deepsource.toml | 4 ++++ .github/workflows/gh-pages.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.deepsource.toml b/.deepsource.toml index e388c74..23b3dce 100644 --- a/.deepsource.toml +++ b/.deepsource.toml @@ -6,3 +6,7 @@ enabled = true [analyzers.meta] import_root = "github.com/arttet/Interview-Preparation-Kit-in-Go" + +[[analyzers]] +name = "test-coverage" +enabled = true diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 4b1a3d9..b21b1b8 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -24,7 +24,7 @@ jobs: DOC_DIR: docs steps: - - name: Checkout + - name: Checkout repository uses: actions/checkout@v4 - name: Setup Pages