Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring in unit tests #38

Merged
merged 6 commits into from
Aug 22, 2023
Merged

Refactoring in unit tests #38

merged 6 commits into from
Aug 22, 2023

Conversation

andrsd
Copy link
Owner

@andrsd andrsd commented Aug 22, 2023

  • Adding a c-tor for SinglePhaseFluidProperties::Props
  • Refactoring in air unit tests
  • Refactoring in CO2 unit tests
  • Refactoring in helium unit tests
  • Refactoring in nitrogen unit tests
  • Refactoring in ideal gas unit tests

@codecov
Copy link

codecov bot commented Aug 22, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.03% 🎉

Comparison is base (4076908) 96.95% compared to head (edc532b) 96.99%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #38      +/-   ##
==========================================
+ Coverage   96.95%   96.99%   +0.03%     
==========================================
  Files          23       23              
  Lines        1512     1531      +19     
==========================================
+ Hits         1466     1485      +19     
  Misses         46       46              
Files Changed Coverage Δ
include/SinglePhaseFluidProperties.h 100.00% <ø> (ø)
src/SinglePhaseFluidProperties.cpp 100.00% <100.00%> (ø)
test/src/Air_test.cpp 100.00% <100.00%> (ø)
test/src/CarbonDioxide_test.cpp 100.00% <100.00%> (ø)
test/src/Helium_test.cpp 100.00% <100.00%> (ø)
test/src/IdealGas_test.cpp 100.00% <100.00%> (ø)
test/src/Nitrogen_test.cpp 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@andrsd andrsd merged commit 6d63556 into main Aug 22, 2023
6 checks passed
@andrsd andrsd deleted the tests branch August 22, 2023 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant