Skip to content

Commit

Permalink
Updated CI-staging.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sekhar-Kumar-Dash authored Aug 27, 2024
1 parent 709590b commit 8c507bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CI-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,12 @@ jobs:
coverage report --include="modules/p2ptrust/trust/trustdb.py*"
coverage html --include="modules/p2ptrust/trust/trustdb.py*" -d coverage_reports/trustdb
- name: Profile handler Unit tests
run: |
coverage run --source=./ -m pytest tests/test_profile_handler.py -p no:warnings -vv -s -n 5
coverage report --include="slips_files/core/database/redis_db/profile_handler.py*"
coverage html --include="slips_files/core/database/redis_db/profile_handler.py*" -d coverage_reports/profile_handler
dataset_integration_tests:
# specify the host OS
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8c507bc

Please sign in to comment.