diff --git a/.github/workflows/coveralls.yaml b/.github/workflows/coveralls.yaml index b0bc4caf17..00f43ff5ce 100644 --- a/.github/workflows/coveralls.yaml +++ b/.github/workflows/coveralls.yaml @@ -20,7 +20,7 @@ on: [push, pull_request] jobs: build: - if: github.repository_owner == 'waffle-OFF' + if: github.repository_owner == 'waffle' runs-on: windows-latest steps: - uses: actions/checkout@v4 diff --git a/README.md b/README.md index cfb0c188f8..391e4f7e35 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ WAFFLE - Windows Authentication Framework [![DotNET CI](https://github.com/Waffle/waffle/workflows/DotNET/badge.svg)](https://github.com/Waffle/waffle/workflows/DotNET) [![Coverity Scan Status](https://scan.coverity.com/projects/22153/badge.svg)](https://scan.coverity.com/projects/22153) [![Coverage Status Sonar](https://sonarcloud.io/api/project_badges/measure?project=Waffle_waffle&metric=coverage)](https://sonarcloud.io/component_measures?id=Waffle_waffle&metric=coverage) +[![Coverage Status Coveralls](https://coveralls.io/repos/Waffle/waffle/badge.svg?branch=master&service=github)](https://coveralls.io/github/Waffle/waffle?branch=master) [![Maven central](https://maven-badges.herokuapp.com/maven-central/com.github.waffle/waffle-jna/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.waffle/waffle-jna) [![releases](https://img.shields.io/github/v/release/Waffle/waffle)](https://github.com/Waffle/waffle/releases/tag/waffle-parent-2.3.0) [![MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)