Skip to content

Commit

Permalink
add coverage command and modify path to search for any json
Browse files Browse the repository at this point in the history
  • Loading branch information
bikegeek committed Mar 30, 2024
1 parent f8f8b96 commit f60ed40
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/unit_tests_pandas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,17 @@ jobs:
echo "PYTHONPATH is $PYTHONPATH"
cd $GITHUB_WORKSPACE/METreformat
cd test
pytest --cov
py.test test_reformatting.py -v -s
cd $GITHUB_WORKSPACE/METreadnc
cd test
pytest test_readnc.py
pytest --cov
echo "Finished unit tests"
- name: Archive benchmark results
uses: actions/upload-artifact@v4
with:
name: benchmark-report
path: /home/runner/work/METdataio/METdatio/METreformat/test/**
path: /home/runner/work/METdataio/METdatio/METreformat/test/**/'**.json'

0 comments on commit f60ed40

Please sign in to comment.