Skip to content

Commit

Permalink
removed coverage tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Acribbs committed Jan 1, 2025
1 parent 1764d16 commit 1a990a8
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/cgatcore_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,23 +60,6 @@ jobs:
pip list
openssl version
- name: Install coverage
run: |
pip install coverage
- name: Run tests with coverage
run: |
coverage run -m pytest
- name: Generate coverage report
run: |
coverage report
coverage xml
- name: Upload coverage to CodeCov
run: |
bash <(curl -s https://codecov.io/bash) -f coverage.xml
- name: Test
run: |
pip install .
Expand Down

0 comments on commit 1a990a8

Please sign in to comment.