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 d253bee commit fc351a1Copy full SHA for fc351a1
.github/workflows/main.yml
@@ -22,11 +22,9 @@ jobs:
22
pip3 install -r requirements-dev.txt
23
- name: Install package 📦
24
run: python3 setup.py install
25
- - name: run tests ⚙️
26
- run: python3 setup.py test
27
- - name: run test coverage ⚙️
+ - name: run tests with coverage ⚙️
28
run: |
29
- coverage run --source pygeometa setup.py test
+ coverage run --source pygeometa tests/run_tests.py
30
coverage report -m
31
- name: build docs 🏗️
32
run: mkdocs build -f docs/mkdocs.yml
0 commit comments