ASWWU-Web / python_server

The API server for ASWWU Web. This project uses the Tornado web framework to serve and manage data across all ASWWU sites.
https://aswwu.com/server
4 stars 10 forks source link

Jobs Testing #176

Closed ermsdev closed 4 years ago

ermsdev commented 4 years ago

This PR makes partial progress on aswwu-web/python_server#175.

codecov[bot] commented 4 years ago

Codecov Report

Merging #176 into develop will increase coverage by 5.34%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #176      +/-   ##
===========================================
+ Coverage    43.00%   48.35%   +5.34%     
===========================================
  Files           29       29              
  Lines         3032     3032              
===========================================
+ Hits          1304     1466     +162     
+ Misses        1728     1566     -162     
Impacted Files Coverage Δ
src/aswwu/route_handlers/forms.py 54.40% <100.00%> (+43.16%) :arrow_up:
src/aswwu/alchemy_new/jobs.py 55.81% <0.00%> (+18.60%) :arrow_up:
src/aswwu/models/forms.py 100.00% <0.00%> (+27.27%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b396325...0e55fc0. Read the comment docs.

ermsdev commented 4 years ago

Potential Improvements: