You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
app.ts is the file where most of our logic concerning the web page is located. This file sits at 46.61% test coverage as of today. Some core functionalities are missing testing including:
* saveMachineFiles
* closeAchievement
* delete_program
* set_favourite
* submit_program
* inputFromInlineModal
Among others (you can check which by running the code coverage as described in the documentation).
The text was updated successfully, but these errors were encountered:
app.ts
is the file where most of our logic concerning the web page is located. This file sits at 46.61% test coverage as of today. Some core functionalities are missing testing including:saveMachineFiles
closeAchievement
delete_program
set_favourite
submit_program
inputFromInlineModal
Among others (you can check which by running the code coverage as described in the documentation).
The text was updated successfully, but these errors were encountered: