Skip to content

Commit

Permalink
Merge pull request #140 from Erotemic/dev/1.1.1
Browse files Browse the repository at this point in the history
Dev/1.1.1
  • Loading branch information
Erotemic authored Jan 30, 2023
2 parents 40fe8c5 + c97a5a3 commit 509a8c6
Show file tree
Hide file tree
Showing 26 changed files with 510 additions and 263 deletions.
32 changes: 18 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,17 @@ jobs:
name: run tests
command: |
. venv/bin/activate
ls
$PYTHON_EXE -m pip freeze
$PYTHON_EXE run_tests.py
# Upload to codecov.io (requires a CODECOV_TOKEN environ or github+circleci integration)
codecov
- store_artifacts:
path: test-reports
destination: test-reports
- store_artifacts:
path: .coverage
destination: .coverage
#codecov
#- store_artifacts:
# path: test-reports
# destination: test-reports
#- store_artifacts:
# path: .coverage
# destination: .coverage


.test_full_template: &test_full_template
Expand Down Expand Up @@ -160,15 +162,17 @@ jobs:
name: run tests
command: |
. venv/bin/activate
ls
$PYTHON_EXE -m pip freeze
$PYTHON_EXE run_tests.py
# Upload to codecov.io (requires a CODECOV_TOKEN environ or github+circleci integration)
codecov
- store_artifacts:
path: test-reports
destination: test-reports
- store_artifacts:
path: .coverage
destination: .coverage
#codecov
#- store_artifacts:
# path: test-reports
# destination: test-reports
#- store_artifacts:
# path: .coverage
# destination: .coverage


###################################
Expand Down
Loading

0 comments on commit 509a8c6

Please sign in to comment.