Skip to content

Commit

Permalink
run tests on this branch
Browse files Browse the repository at this point in the history
and turn off codecov for now
  • Loading branch information
mhidas committed Jan 17, 2025
1 parent a382b68 commit 99e5412
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: python-aodndata

on:
push:
branches: [ master ]
- master
- fix_unit_tests
pull_request:
branches: [ master ]

Expand Down Expand Up @@ -48,13 +49,14 @@ jobs:
pip install pyshp
pip install scipy
pip install -r stage_requirements.txt
pip install pytest-cov
# pip install pytest-cov
env:
STAGE: ${{ matrix.stage }}
- name: Test with pytest
run: |
pytest --cov=./ --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
file: ./coverage.xml
pytest
# pytest --cov=./ --cov-report=xml
# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v1
# with:
# file: ./coverage.xml

0 comments on commit 99e5412

Please sign in to comment.