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

baunsgaard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/main by this push:
     new ec654e38d6 [SYSTEMDS-3593] Fix test coverage badges
ec654e38d6 is described below

commit ec654e38d65727e97775a80fc71097d449de99be
Author: baunsgaard <[email protected]>
AuthorDate: Wed Jul 5 13:29:18 2023 +0200

    [SYSTEMDS-3593] Fix test coverage badges
    
    This commit change the badges to update on master, even if the commit
    is not a push but a merge.
    There is one other source of failing badges if a user does not update
    the webpage, then even if the tests passes the badges will not update.
    We cannot fix this source of error, but will rely on user reload.
---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index e2d7932d1e..db5887ba42 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ heterogeneous and nested schema.
 **Status and Build:** SystemDS is renamed from SystemML which is an **Apache 
Top Level Project**.
 To build from source visit [SystemDS Install from 
source](https://apache.github.io/systemds/site/install.html)
   
-[![Build](https://github.com/apache/systemds/workflows/Build/badge.svg?branch=main&event=push)](https://github.com/apache/systemds/actions?query=workflow%3A%22Build%22+branch%3Amain+event%3Apush)
-[![Documentation](https://github.com/apache/systemds/workflows/Documentation/badge.svg?branch=main&event=push)](https://github.com/apache/systemds/actions?query=workflow%3ADocumentation+branch%3Amain+event%3Apush)
-[![Java 
Tests](https://github.com/apache/systemds/actions/workflows/javaTests.yml/badge.svg?branch=main&event=push)](https://github.com/apache/systemds/actions/workflows/javaTests.yml)
-[![Python 
Tests](https://github.com/apache/systemds/workflows/Python%20Test/badge.svg?branch=main&event=push)](https://github.com/apache/systemds/actions?query=workflow%3A%22Python+Test%22+branch%3Amain+event%3Apush)
+[![Build](https://github.com/apache/systemds/workflows/Build/badge.svg?branch=main)](https://github.com/apache/systemds/actions?query=workflow%3A%22Build%22+branch%3Amain+event%3Apush)
+[![Documentation](https://github.com/apache/systemds/workflows/Documentation/badge.svg?branch=main)](https://github.com/apache/systemds/actions?query=workflow%3ADocumentation+branch%3Amain+event%3Apush)
+[![Java 
Tests](https://github.com/apache/systemds/actions/workflows/javaTests.yml/badge.svg?branch=main)](https://github.com/apache/systemds/actions/workflows/javaTests.yml)
+[![Python 
Tests](https://github.com/apache/systemds/workflows/Python%20Test/badge.svg?branch=main)](https://github.com/apache/systemds/actions?query=workflow%3A%22Python+Test%22+branch%3Amain+event%3Apush)

Reply via email to