Skip to content

Commit

Permalink
Fix test status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
joeig committed Jan 1, 2024
1 parent 2a0d89a commit ef44989
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
lint:
name: Lint
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A custom Threema Safe server implementation with multi-backend support.

[![Tests](https://github.com/joeig/eee-safe/workflows/Tests/badge.svg)](https://github.com/joeig/eee-safe/actions)
[![Tests](https://github.com/joeig/eee-safe/actions/workflows/tests.yml/badge.svg)](https://github.com/joeig/eee-safe/actions/workflows/tests.yml)
[![Test coverage](https://img.shields.io/badge/coverage-80%25-success)](https://github.com/joeig/eee-safe/tree/master/.github/testcoverage.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/joeig/eee-safe)](https://goreportcard.com/report/github.com/joeig/eee-safe)

Expand Down

0 comments on commit ef44989

Please sign in to comment.