You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by jm...@apache.org on 2021/01/29 17:56:55 UTC

[datasketches-cpp] 01/01: try to get coveralls to have a useful badge

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

jmalkin pushed a commit to branch coverage_fix
in repository https://gitbox.apache.org/repos/asf/datasketches-cpp.git

commit f561bde9d31d86e431c5bbcb9eb07d3007d008ce
Author: Jon Malkin <jm...@users.noreply.github.com>
AuthorDate: Fri Jan 29 09:56:37 2021 -0800

    try to get coveralls to have a useful badge
---
 .github/workflows/code_coverage.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml
index b05bca0..e9e3798 100644
--- a/.github/workflows/code_coverage.yml
+++ b/.github/workflows/code_coverage.yml
@@ -1,6 +1,10 @@
 name: Code Coverage
 
-on: [pull_request]
+on:
+  pull_request:
+  push:
+    branches:
+      - master
 
 env:
   BUILD_TYPE: Debug


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org