Since we decided to not test any ssr related code, we want to adjust our coverage config to check coverage only for the code run in our REST endpoints.
So in the scope of this task we need to adjust .coveragerc file to check only rest api related code.
Since we decided to not test any ssr related code, we want to adjust our coverage config to check coverage only for the code run in our REST endpoints.
So in the scope of this task we need to adjust
.coveragerc
file to check only rest api related code.