From 1db30b2a9ee652099c062069f63d624c9b73e374 Mon Sep 17 00:00:00 2001 From: Lasantha Kularatne Date: Wed, 31 Mar 2021 20:51:36 -0500 Subject: [PATCH] Adding GH Actions build status button to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 916263e..baf1169 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![Jarviz](jarviz-logo.png) -# Jarviz [![Build Status](https://github.com/ExpediaGroup/jarviz/actions/workflows/build.yml/badge.svg)](https://travis-ci.com/ExpediaGroup/jarviz) +# Jarviz [![Build Status](https://github.com/ExpediaGroup/jarviz/actions/workflows/build.yml/badge.svg)](https://github.com/ExpediaGroup/jarviz/actions) **Jarviz** is a dependency analysis tool designed for Java applications. Jarviz can provide a complete graph of couplings between Java methods across artifacts. Since non-private methods in a class can be accessed by other classes, method calls can be intertwined creating multifold couplings among each other. By analyzing the Java bytecode deeply, Jarviz can reveal these couplings in a user-friendly format.