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 1764d16 commit 1a990a8Copy full SHA for 1a990a8
.github/workflows/cgatcore_python.yml
@@ -60,23 +60,6 @@ jobs:
60
pip list
61
openssl version
62
63
- - name: Install coverage
64
- run: |
65
- pip install coverage
66
-
67
- - name: Run tests with coverage
68
69
- coverage run -m pytest
70
71
- - name: Generate coverage report
72
73
- coverage report
74
- coverage xml
75
76
- - name: Upload coverage to CodeCov
77
78
- bash <(curl -s https://codecov.io/bash) -f coverage.xml
79
80
- name: Test
81
run: |
82
pip install .
0 commit comments