Skip to content

Commit

Permalink
Add coverage (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
sseraj authored Oct 5, 2021
1 parent 26916e2 commit fbfb428
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ extends:
REPO_NAME: pyhyp
GCC_CONFIG: config/defaults/config.LINUX_GFORTRAN_OPENMPI.mk
INTEL_CONFIG: config/defaults/config.LINUX_INTEL_OPENMPI.mk
COVERAGE: true
3 changes: 2 additions & 1 deletion .github/test_real.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
set -e
cd tests
./ref/get-ref-files.sh
testflo . -v -n 1
testflo . -v -n 1 --coverage --coverpkg pyhyp

cd ../examples
ls -l */*.cgns

2 changes: 1 addition & 1 deletion pyhyp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "2.4.0"
__version__ = "2.5.0"

from .pyHyp import pyHyp, pyHypMulti

0 comments on commit fbfb428

Please sign in to comment.