We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c063bb commit 8cfeecdCopy full SHA for 8cfeecd
.gitlab-ci.yml
@@ -9,7 +9,7 @@ stages:
9
- pip install coverage flake8 mock pytest pytest-cov
10
# - python3 setup.py check -mrs
11
- flake8 src/pytiger
12
- - pytest --cov pytiger src/pytiger
+ - pytest
13
14
build-py3.6:
15
<<: *build_template
pytest.ini
@@ -0,0 +1,12 @@
1
+# Copyright (c) 2025 Tiger Computing Ltd
2
+# This file is part of pytiger and distributed under the terms
3
+# of a BSD-like license
4
+# See the file COPYING for details
5
+
6
+[pytest]
7
+addopts =
8
+ --cov=pytiger
+ --cov-fail-under=90
+ --cov-report=term-missing
+ --cov-report=xml:coverage.xml
+ --strict-config
setup.cfg
0 commit comments