Skip to content

Commit

Permalink
disable generate html coverage file
Browse files Browse the repository at this point in the history
  • Loading branch information
M0stafaRady committed Feb 20, 2024
1 parent f42b4ec commit e87b68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/uvm_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Navigate to verify/uvm-python and run tests
run: |
cd verify/uvm-python
make run_all_tests
make run_all_tests RUN_MERGE_COVERAGE=false
- name: Clean passed runs
run: make clean_passed_dirs
Expand Down

0 comments on commit e87b68e

Please sign in to comment.