Skip to content

Commit

Permalink
Update pull-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
palisadoes authored Jan 14, 2025
1 parent d30377f commit 796b95c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 796b95c

Please sign in to comment.