HKUST-OCTAD-LAB / AirTrafficSim

Web-based air traffic simulation and visualization platform for ATM research. Development fork: https://github.com/kyfrankie/AirTrafficSim
https://hkust-octad-lab.github.io/AirTrafficSim/
GNU General Public License v3.0
38 stars 7 forks source link

Initial implementation of OpenAP and improved docstring #52

Closed kyfrankie closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #52 (0942d6d) into main (dbffd6d) will increase coverage by 1.52%. The diff coverage is 100.00%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##             main      #52      +/-   ##
==========================================
+ Coverage   92.05%   93.57%   +1.52%     
==========================================
  Files          22       23       +1     
  Lines        2038     2087      +49     
==========================================
+ Hits         1876     1953      +77     
+ Misses        162      134      -28     
Impacted Files Coverage Δ
airtrafficsim/core/aircraft.py 50.00% <ø> (+3.75%) :arrow_up:
airtrafficsim/core/autopilot.py 98.73% <ø> (ø)
airtrafficsim/core/environment.py 87.09% <ø> (ø)
airtrafficsim/core/performance/bada.py 96.33% <ø> (ø)
airtrafficsim/core/weather/era5.py 96.77% <ø> (ø)
airtrafficsim/utils/route_detection.py 96.38% <ø> (ø)
airtrafficsim/core/performance/performance.py 92.77% <100.00%> (+16.48%) :arrow_up:
airtrafficsim/core/weather/weather.py 100.00% <100.00%> (ø)
airtrafficsim/data/environment/OpenApDemo.py 100.00% <100.00%> (ø)
tests/test_environment.py 100.00% <100.00%> (ø)
... and 1 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more