Skip to content

Commit ae35df1

Browse files
committedNov 7, 2021
merge with develop
2 parents 5cff078 + 0fa0e76 commit ae35df1

File tree

129 files changed

+10718
-5912
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

129 files changed

+10718
-5912
lines changed
 

‎.coveragerc

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
[run]
2-
omit = pyxelrest/user_defined_functions/*
2+
omit = pyxelrest/generated/*
3+
4+
[report]
5+
exclude_lines =
6+
pragma: no cover
7+
if __name__ == .__main__.:

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python -m pip install .[testing]
2626
- name: Test with pytest
2727
run: |
28-
pytest --cov=pyxelrest --cov-fail-under=68 --cov-config=.coveragerc
28+
pytest --cov=pyxelrest --cov-fail-under=99 --cov-config=.coveragerc
2929
- name: Create packages
3030
run: |
3131
python setup.py sdist

0 commit comments

Comments
 (0)