Skip to content

Commit

Permalink
add tests/coverage.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Muryanto authored and Muryanto committed Aug 17, 2018
1 parent d2abcba commit 79f4d6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ aliases:
command: |
export PATH=$WORKDIR/miniconda/bin:$PATH
export UVCDAT_ANONYMOUS_LOG=False
cd $WORKDIR/cdutil
source activate py3
python setup.py install
source activate py2
Expand All @@ -41,7 +40,6 @@ aliases:
export PATH=$WORKDIR/miniconda/bin:$PATH
export UVCDAT_ANONYMOUS_LOG=False
set -e
cd $WORKDIR/cdutil
source activate py2
python run_tests.py -v2 -H
RESULT=$?
Expand Down Expand Up @@ -78,7 +76,6 @@ aliases:
name: run_coveralls
command: |
export PATH=$WORKDIR/miniconda/bin:$PATH
cd $CIRCLE_WORKING_DIRECTORY/cdutil
source activate py3
coveralls
source deactivate
Expand All @@ -91,8 +88,7 @@ jobs:
WORKDIR: "workspace/test_macos_cdutil"
OS: "osx-64"
steps:
- checkout:
path: $WORKDIR/cdutil
- checkout
- run: *setup_miniconda
- run: *create_conda_env
- run: *setup_cdutil
Expand All @@ -110,8 +106,7 @@ jobs:
OS: "linux-64"
COVERAGE: "-c"
steps:
- checkout:
path: $WORKDIR/cdutil
- checkout
- run: *setup_miniconda
- run: *create_conda_env
- run: *setup_cdutil
Expand Down
3 changes: 3 additions & 0 deletions tests/coverage.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"include": ["cdutil", "cdms2", "genutil", "cdat_info", "testsrunner"]
}

0 comments on commit 79f4d6b

Please sign in to comment.