From b3343c403dfab2e8fbd73e3e8d8cce3daf572216 Mon Sep 17 00:00:00 2001 From: Jessica Scheick Date: Mon, 17 Apr 2023 16:47:16 -0400 Subject: [PATCH] update codecov action and remove from deps --- .travis.yml | 6 +++--- requirements-dev.txt | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6f8d832c5..308925d31 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ before_install: - conda info -a install: - - conda create --name icepyx-env --channel conda-forge python=3.10 proj geos earthaccess + - conda create --name icepyx-env --channel conda-forge python=3.10 proj geos - source activate icepyx-env - pip install -r requirements.txt -r requirements-dev.txt - pip install -e .[complete] @@ -27,8 +27,8 @@ stages: jobs: include: - stage: basic tests - script: pytest icepyx/ --verbose --ignore icepyx/tests/test_behind_NSIDC_API_login.py - after_success: codecov + script: pytest icepyx/ --verbose --cov app --ignore icepyx/tests/test_behind_NSIDC_API_login.py + after_success: codecov/codecov-action@v3 - stage: behind Earthdata script: diff --git a/requirements-dev.txt b/requirements-dev.txt index 5d8935d7b..e0fc68545 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,4 @@ black -codecov flake8 pre-commit pypistats