Skip to content

Commit 5dec339

Browse files
authored
Merge pull request #250 from wmundev/feature/run-code-coverage-on-all-prs
feat: run code coverage on all prs and remove redundant github action
2 parents c9b4890 + 176e654 commit 5dec339

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)