Analyzing coverage with AI
You've run pytest with coverage on MoveIt's tracking module. The terminal shows the coverage report — but with multiple modules at different coverage levels, it's not immediately clear where to focus your testing efforts.
Your task: Use AI to help you analyze the coverage report. Copy the output from the terminal (click the Copy button), paste it into the AI chat, and ask questions like "Which module needs tests most urgently?" or "What types of tests should I write first?"
After analyzing the coverage output with AI, which module should be your highest-priority target for new tests, and why?
This exercise is part of the course
Advanced AI-Assisted Coding for Developers
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
Start Exercise