epfl-ecps / channelflow

Channelflow is a software system for numerical analysis of the incompressible fluid flow in channel geometries, written in C++ and MPI-parallelized.
GNU General Public License v2.0
67 stars 29 forks source link

update travis.yml; the build environment is set to trusty #19

Closed sajjadazimi closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #19 into master will decrease coverage by 0.21%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #19      +/-   ##
==========================================
- Coverage   26.95%   26.74%   -0.22%     
==========================================
  Files          63       64       +1     
  Lines       15328    15694     +366     
  Branches     7254     6808     -446     
==========================================
+ Hits         4132     4197      +65     
- Misses      11159    11467     +308     
+ Partials       37       30       -7
Impacted Files Coverage Δ
channelflow/nse.cpp 63.15% <0%> (-4.02%) :arrow_down:
cfbasics/arglist.h 25.61% <0%> (-2.72%) :arrow_down:
cfbasics/cfarray.h 52.38% <0%> (-2.62%) :arrow_down:
channelflow/dnsalgo.cpp 70% <0%> (-1.43%) :arrow_down:
channelflow/poissonsolver.cpp 63.92% <0%> (-1.31%) :arrow_down:
cfbasics/mathdefs.h 34.92% <0%> (-1.15%) :arrow_down:
channelflow/helmholtz.cpp 65.71% <0%> (-0.96%) :arrow_down:
channelflow/bandedtridiag.cpp 41.17% <0%> (-0.76%) :arrow_down:
nsolver/arnoldi.cpp 79.1% <0%> (-0.59%) :arrow_down:
cfbasics/cfvector.h 88.88% <0%> (-0.4%) :arrow_down:
... and 28 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 d334948...cd13b6a. Read the comment docs.