Skip to content

Commit aff570f

Browse files
jakubmalekJakub Malek
authored andcommitted
Fixed link to build action in README
Jacoco badge generator
1 parent 8fee10c commit aff570f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,6 @@ jobs:
3333
- name: Dependency check
3434
uses: gradle/gradle-build-action@v2
3535
with:
36-
arguments: dependencyCheckAnalyze
36+
arguments: dependencyCheckAnalyze
37+
- name: jacoco-badge-generator
38+
uses: cicirello/[email protected]

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
Extension for [AssertJ](https://github.com/assertj/assertj-core) API for making asynchronous assertions.
44

5-
[![Build Status](https://github.com/Webfleet-Solutions/assertj-async/actions/workflows/build.yml/badge.svg?branch=main)](https://travis-ci.org/Webfleet-Solutions/oauth-java-example)
5+
[![Build Status](https://github.com/Webfleet-Solutions/assertj-async/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/Webfleet-Solutions/assertj-async/actions/workflows/build.yml)
6+
[![Coverage](.github/badges/jacoco.svg)](https://github.com/Webfleet-Solutions/assertj-async/actions/workflows/build.yml?branch=main)
67
[![license](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://opensource.org/licenses/MIT)
78

89
## Usage

0 commit comments

Comments
 (0)