You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/07/25 09:21:35 UTC

[camel-k] branch main updated: fix(ci): run coverage only on golang code changes

This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new acdcb142f fix(ci): run coverage only on golang code changes
acdcb142f is described below

commit acdcb142f80f83437a9fb227464c36da24b3cadf
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Tue Jul 25 10:55:19 2023 +0200

    fix(ci): run coverage only on golang code changes
    
    Closes #4571
---
 .github/workflows/coverage.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index aaa3d0fb1..311386d0b 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -19,6 +19,8 @@ name: Coverage report
 
 on:
   pull_request_target:
+    paths:
+      - 'pkg/**'
 
 jobs:
   report: