CURENT / andes

Python toolbox / library for power system transient dynamics simulation with symbolic modeling and numerical analysis 🔥
https://ltb.curent.org
Other
224 stars 111 forks source link

Prepare for new minor release. #344

Closed cuihantao closed 2 years ago

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 3 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

codecov[bot] commented 2 years ago

Codecov Report

Merging #344 (bd5ff11) into master (be3817e) will increase coverage by 0.15%. The diff coverage is 95.89%.

@@            Coverage Diff             @@
##           master     #344      +/-   ##
==========================================
+ Coverage   78.26%   78.41%   +0.15%     
==========================================
  Files         171      173       +2     
  Lines       14177    14297     +120     
==========================================
+ Hits        11095    11211     +116     
- Misses       3082     3086       +4     
Impacted Files Coverage Δ
andes/core/model/model.py 80.37% <0.00%> (ø)
andes/core/symprocessor.py 17.55% <0.00%> (ø)
andes/core/var.py 80.41% <ø> (ø)
andes/models/__init__.py 100.00% <ø> (ø)
andes/models/exciter/ieeet1.py 100.00% <ø> (ø)
andes/models/governor/ieeeg1.py 100.00% <ø> (ø)
andes/models/timer.py 68.55% <ø> (ø)
andes/plot.py 39.18% <0.00%> (ø)
andes/io/xlsx.py 78.04% <50.00%> (ø)
andes/system.py 78.44% <76.47%> (-0.02%) :arrow_down:
... and 16 more

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 be3817e...bd5ff11. Read the comment docs.