Skip to content

Commit 1a990a8

Browse files
committed
removed coverage tests
1 parent 1764d16 commit 1a990a8

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/cgatcore_python.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -60,23 +60,6 @@ jobs:
6060
pip list
6161
openssl version
6262
63-
- name: Install coverage
64-
run: |
65-
pip install coverage
66-
67-
- name: Run tests with coverage
68-
run: |
69-
coverage run -m pytest
70-
71-
- name: Generate coverage report
72-
run: |
73-
coverage report
74-
coverage xml
75-
76-
- name: Upload coverage to CodeCov
77-
run: |
78-
bash <(curl -s https://codecov.io/bash) -f coverage.xml
79-
8063
- name: Test
8164
run: |
8265
pip install .

0 commit comments

Comments
 (0)