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
Currently, there is a dedicated backend/docs folder for project documentation, but I would like a consolidated docs folder that includes any relevant documentation anywhere in the system. We need to do the following
Move backend/docs to a docs folder in the root directory
Consolidate coverage analysis that commits a single html report to the docs folder:
The coverage analysis should run on Actions whenever a PR is created OR when there is a merge into main. However, the report should only be committed (and badge in README.md updated) when it is accepted into main.
Both backend and frontend coverage should be analyzed in a single report (not as separate scripts/tools, if it can be avoided)
Only typescript files that are in our repo (i.e. no libraries or third-party dependencies) should be analyzed
Currently, there is a dedicated
backend/docsfolder for project documentation, but I would like a consolidated docs folder that includes any relevant documentation anywhere in the system. We need to do the followingbackend/docsto adocsfolder in the root directorydocsfolder:README.mdupdated) when it is accepted into main.