Skip to content

Commit

Permalink
push codecov up
Browse files Browse the repository at this point in the history
  • Loading branch information
nkern committed Mar 8, 2023
1 parent 5266bb8 commit 99abb5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
export PATH="$HOME/miniconda/bin:$PATH";
source activate ${ENV_NAME};
pip install .
pip install -e .
- name: Run Tests
run: |
export PATH="$HOME/miniconda/bin:$PATH";
Expand Down
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
test=pytest

[tool:pytest]
addopts = --ignore=scripts --cov=simpleqe --cov-config=.coveragerc
addopts = --ignore=scripts --cov=simpleqe --cov-config=.coveragerc --cov-report xml:./coverage.xml
testpaths = simpleqe/tests

0 comments on commit 99abb5a

Please sign in to comment.