We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e0efd0 commit f4e0ad1Copy full SHA for f4e0ad1
.github/workflows/tests.yml
@@ -29,7 +29,8 @@ jobs:
29
- name: test
30
run: |
31
pip freeze
32
- nosetests --verbosity=3 --with-coverage --cover-package pyexcel_ods --cover-package tests tests --with-doctest --doctest-extension=.rst README.rst docs/source pyexcel_ods
+ make test
33
+
34
- name: Upload coverage
35
uses: codecov/codecov-action@v1
36
with:
pyexcel-ods.yml
@@ -18,3 +18,4 @@ test_dependencies:
18
description: A wrapper library to read, manipulate and write data in ods format
19
python_requires: ">=3.6"
20
min_python_version: "3.6"
21
+use_pytest: true
0 commit comments