Skip to content

Commit

Permalink
Update code_converage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry57 authored Oct 27, 2024
1 parent a1fb1e0 commit 46cbba6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/code_converage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,17 @@ jobs:
submodules: recursive
- name: Install GENetLib & dependencies
run: |
export PROFILE=1
pip install .
ls * -al
- name: Generate coverage report
run: |
pip install pytest
pip install pytest-cov
pip install gcovr
pip install pandas
cd ./pytest
pytest --cov=skscope -v --cov-report=xml
ls * -al
pytest --cov=GENetLib -v --cov-report=xml
cd ..
gcovr --filter src/ --exclude-throw-branches --exclude-unreachable-branches --print-summary --xml cpp_coverage.xml
ls * -al
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 46cbba6

Please sign in to comment.