UCF-CEN-5016 / NodeBB-UCF

This is a class specific fork of the NodeBB project for CEN 5016 taught in the Spring 2024 semester at UCF.
GNU General Public License v3.0
0 stars 74 forks source link

Convert `webserver.js` to Typescript #207

Open johnb254 opened 7 months ago

johnb254 commented 7 months ago

The file webserver.js has been translated from Javascript to Typescript as webserver.ts. All files have passed tests from the test action. All types that can be reasonable inferred have been strongly typed. The linter warnings for all other ones have been supressed.

coveralls commented 7 months ago

Pull Request Test Coverage Report for Build 7751008397


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/webserver.js 122 158 77.22%
<!-- Total: 122 158 77.22% -->
Files with Coverage Reduction New Missed Lines %
src/webserver.js 8 73.1%
<!-- Total: 8 -->
Totals Coverage Status
Change from base Build 7649102120: 0.01%
Covered Lines: 22639
Relevant Lines: 25365

💛 - Coveralls