fix build/test badge (#1626)
This commit is contained in:
parent
14dd6b9026
commit
b1cbf2e2e5
3 changed files with 14 additions and 4 deletions
7
.github/workflows/bats.yml
vendored
7
.github/workflows/bats.yml
vendored
|
@ -1,4 +1,9 @@
|
|||
name: Bats
|
||||
---
|
||||
# This workflow is actually running
|
||||
# only functional tests, but the
|
||||
# name is used for the badge in README.md
|
||||
|
||||
name: Tests
|
||||
|
||||
# Main workflow for functional tests, it calls all the others through parallel jobs.
|
||||
#
|
||||
|
|
7
.github/workflows/go-tests.yml
vendored
7
.github/workflows/go-tests.yml
vendored
|
@ -1,4 +1,9 @@
|
|||
name: Go tests (linux w/ localstack)
|
||||
---
|
||||
# This workflow is actually running
|
||||
# tests (with localstack) but the
|
||||
# name is used for the badge in README.md
|
||||
|
||||
name: Build
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
</br>
|
||||
</br>
|
||||
<p align="center">
|
||||
<img src="https://github.com/crowdsecurity/crowdsec/workflows/tests/badge.svg">
|
||||
<img src="https://github.com/crowdsecurity/crowdsec/workflows/build/badge.svg">
|
||||
<img src="https://github.com/crowdsecurity/crowdsec/actions/workflows/go-tests.yml/badge.svg">
|
||||
<img src="https://github.com/crowdsecurity/crowdsec/actions/workflows/bats.yml/badge.svg">
|
||||
<a href="https://codecov.io/gh/crowdsecurity/crowdsec">
|
||||
<img src="https://codecov.io/gh/crowdsecurity/crowdsec/branch/master/graph/badge.svg?token=CQGSPNY3PT"/>
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue