From c532b58c54feec636defe710fbd8e5aaa133da20 Mon Sep 17 00:00:00 2001 From: golnazads <28757512+golnazads@users.noreply.github.com> Date: Mon, 14 Apr 2025 17:11:43 -0400 Subject: [PATCH 1/2] to see the coverage --- .github/workflows/python_actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_actions.yml b/.github/workflows/python_actions.yml index 43f4bf6..498ced9 100644 --- a/.github/workflows/python_actions.yml +++ b/.github/workflows/python_actions.yml @@ -1,6 +1,6 @@ name: GitHub Actions CI -on: [pull_request] +on: ["push", "pull_request"] env: PGDATABASE: test PGPASSWORD: postgres From f5d06ba729d42be698676891ab5a47f395bda034 Mon Sep 17 00:00:00 2001 From: golnazads <28757512+golnazads@users.noreply.github.com> Date: Mon, 14 Apr 2025 17:14:16 -0400 Subject: [PATCH 2/2] to see the coverage --- .github/workflows/python_actions.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python_actions.yml b/.github/workflows/python_actions.yml index 498ced9..5588799 100644 --- a/.github/workflows/python_actions.yml +++ b/.github/workflows/python_actions.yml @@ -1,6 +1,13 @@ name: GitHub Actions CI -on: ["push", "pull_request"] +on: + push: + branches: + - master + pull_request: + branches: + - master + env: PGDATABASE: test PGPASSWORD: postgres