From 796b95c8e9556625541d2294aee0f2e51382e9c1 Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Mon, 13 Jan 2025 22:26:08 -0800 Subject: [PATCH] Update pull-request.yml --- .github/workflows/pull-request.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 53f4146..ea2b972 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -143,7 +143,7 @@ jobs: Test-Application: name: Test Application - needs: [Code-Quality-Checks] + needs: [Code-Quality-Checks, Docstring-Compliance] runs-on: ubuntu-latest steps: - name: Checkout @@ -189,6 +189,7 @@ jobs: files: ./coverage/coverage.lcov gcov_ignore: "docs/" fail_ci_if_error: false + # This is added to make troubleshooting easier in the CodeCov SAAS site name: "${{env.CODECOV_UNIQUE_NAME}}" - name: Test acceptable level of code coverage @@ -200,7 +201,7 @@ jobs: Test-Docusaurus-Deployment: name: Test Deployment to https://docs-legacy.switchmap-ng.io runs-on: ubuntu-latest - needs: [Code-Quality-Checks] + needs: [Test-Application] # Run only if the develop branch and not dependabot if: ${{ github.actor != 'dependabot[bot]' && github.event.pull_request.base.ref == 'develop' }} steps: