Add comprehensive AI test dataset and CI/CD improvements#20
Merged
Conversation
… improvements Add 25 AI-generated test fixtures covering 12 tools (GPT Image, Midjourney, Ideogram, Flux, SeedReam, Nano, Sora, Kling, Vidu, SeedAnce, LTX, Wan, Suno, ElevenLabs) across images, videos, and audio formats. Detection spans all confidence tiers (HIGH via C2PA, MEDIUM via XMP/SEI/AIGC/watermarks, LOW via EXIF/filename). Configure Git LFS for MP4 fixtures. Restructure CI into lint/test/test-deep jobs with LFS validation and ffmpeg installation. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add 25 AI-generated test fixtures covering 12 tools across image/video/audio formats, with 48 new integration tests and restructured CI/CD pipeline. Total test count grows from 62 to 115.
Changes
tests/image_detection.rswith 26 tests (24 active + 2 deep/ignored)tests/video_detection.rswith 20 tests (18 active + 2 deep/ignored)tests/audio_detection.rswith 6 tests.gitattributesfortests/fixtures/*.mp4lint(fast, no LFS),test(with LFS + ffmpeg),test-deep(ignored deep-mode tests)Checklist
cargo fmt -- --checkpassescargo clippy -- -D warningspassescargo testpasses