Skip to content

Commit 96a6e5d

Browse files
rolfedhclaude
andcommitted
fix: Override pytest addopts to disable coverage in CI
Using -o addopts='' to override the coverage configuration from pyproject.toml in the blog post validation workflow. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 7fd1458 commit 96a6e5d

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 --no-cov
44+
python -m pytest tests/test_blog_post_validation.py -v -o addopts=""
4545
4646
- name: Run standalone validation check
4747
run: |

0 commit comments

Comments
 (0)