Skip to content

Commit 8a8c224

Browse files
rolfedhclaude
andcommitted
fix: Remove coverage from blog post validation workflow
Pytest was failing due to missing coverage tools. Using --no-cov flag to disable coverage for this specific validation workflow. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 5fc76b5 commit 8a8c224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-blog-posts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Run blog post validation tests
4242
run: |
4343
echo "🔍 Running blog post validation tests..."
44-
python -m pytest tests/test_blog_post_validation.py -v
44+
python -m pytest tests/test_blog_post_validation.py -v --no-cov
4545
4646
- name: Run standalone validation check
4747
run: |

0 commit comments

Comments
 (0)