Skip to content

Commit

Permalink
Use local tree for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Jun 23, 2022
1 parent aef33fc commit eb6afe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
- name: Build and install
run: |
pip install --no-deps -v .
pip install --no-deps -v -e .
- name: Run tests
run: |
pytest -r a -v --open-files --cov=lsst.ctrl.bps.htcondor --cov=tests --cov-report=xml --cov-report=term --cov-branch
pytest -r a -v --open-files --cov=python --cov=tests --cov-report=xml --cov-report=term --cov-branch
- name: Upload coverage to codecov
uses: codecov/codecov-action@v2
with:
Expand Down

0 comments on commit eb6afe5

Please sign in to comment.