Skip to content

Commit

Permalink
Merge pull request #250 from wmundev/feature/run-code-coverage-on-all…
Browse files Browse the repository at this point in the history
…-prs

feat: run code coverage on all prs and remove redundant github action
  • Loading branch information
twcclegg committed May 3, 2024
2 parents c9b4890 + 176e654 commit 5dec339
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/build_and_run_unit_tests_windows.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/run_all_tests_and_upload_code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: "run_all_tests_and_upload_code_coverage"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
run_all_tests_and_upload_code_coverage:
Expand Down

0 comments on commit 5dec339

Please sign in to comment.