Skip to content

Commit

Permalink
Add code coverage disable check to GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
im-vedant committed Dec 21, 2024
1 parent 469a361 commit cea12f1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,22 @@ jobs:
run: |
python .github/workflows/eslint_disable_check.py
Check-Code-Coverage-Disable:
name: Check for code coverage disable
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.9

- name: Run Python script
run: |
python .github/workflows/code_coverage_disable_check.py
Test-Application:
name: Test Application
runs-on: ubuntu-latest
Expand Down

0 comments on commit cea12f1

Please sign in to comment.