Issues FDK not seeing test files for Front End App

I am making my first FDK app and it’s a frontend button in the ticket_top_navigation area that gathers info to format ticket info into a more printable concise format. I have it to the point where Jest states we have >80% in all coverage sections, but when I go to pack the app, fdk states that coverage is less than 80% and forcing it to skip coverage results in an empty zip file. I can confirm that the manifest points toward the correct location for tests and we have both lcov.info and coverage-final.json in the coverage file and app.test.js in the tests file within the overall directory. I am currently running FDK at version 9.5.0 and get 0 Errors and 0 Warning when running validate. Any help would be appreciated.