Skip to content

Commit

Permalink
No more CI codeblock coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
falOn-Dev committed Sep 7, 2024
1 parent 60cd55f commit 8102ad3
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,19 +185,4 @@ jobs:
pip install -r source/requirements.txt
- name: Format
run: |
black --check .
check-codeblock-coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.9
- name: Check Coverage
run: |
python scripts/check_codeblock_coverage.py --dir=source/docs/software --wordy --output=codeblock_coverage.txt
- uses: actions/upload-artifact@v4
with:
name: codeblock-coverage
path: codeblock_coverage.txt
black --check .

0 comments on commit 8102ad3

Please sign in to comment.