fenya123 / forum123

Flask application written for educational purposes.
http://193.124.115.171/
1 stars 1 forks source link

129: Adjust coverage to check only rest code #133

Closed birthdaysgift closed 1 year ago

birthdaysgift commented 1 year ago

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.