Skip to content

Commit 176e654

Browse files
committed
feat: run code coverage on all prs and remove redundant github action
1 parent c9b4890 commit 176e654

File tree

2 files changed

+2
-30
lines changed

2 files changed

+2
-30
lines changed

.github/workflows/build_and_run_unit_tests_windows.yml

-30
This file was deleted.

.github/workflows/run_all_tests_and_upload_code_coverage.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: "run_all_tests_and_upload_code_coverage"
33
on:
44
push:
55
branches: [ main ]
6+
pull_request:
7+
branches: [ main ]
68

79
jobs:
810
run_all_tests_and_upload_code_coverage:

0 commit comments

Comments
 (0)