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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
