Skip to content

Commit 7a2c297

Browse files
committed
ci: opt into integration/e2e tiers + README template badges
Follow-up to the go-check.yml integration/e2e expansion in netresearch/.github. This repo has integration/e2e test files so enable the corresponding go-check inputs, and add the drift-check + template-source badges to the README so template governance is visible on the repo landing page. Signed-off-by: Sebastian Mendel <sebastian.mendel@netresearch.de>
1 parent b12bf48 commit 7a2c297

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
enable-fuzz: true
2323
enable-license-check: true
2424
enable-codecov: true
25+
enable-integration-tests: true
2526
coverage-threshold: 80.0
2627
permissions:
2728
contents: read

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Ofelia - a job scheduler
22

3+
[![Template Drift](https://github.com/netresearch/ofelia/actions/workflows/check-template-drift.yml/badge.svg)](https://github.com/netresearch/ofelia/actions/workflows/check-template-drift.yml)
4+
[![managed by netresearch/.github templates](https://img.shields.io/badge/template-netresearch%2F.github-2F99A4?logo=github)](https://github.com/netresearch/.github/tree/main/templates/go-app)
5+
36
[![Go Reference](https://pkg.go.dev/badge/github.com/netresearch/ofelia.svg)](https://pkg.go.dev/github.com/netresearch/ofelia)
47
[![CI](https://github.com/netresearch/ofelia/actions/workflows/ci.yml/badge.svg)](https://github.com/netresearch/ofelia/actions/workflows/ci.yml)
58
[![CodSpeed](https://img.shields.io/endpoint?url=https://codspeed.io/badge.json&style=flat&label=benchmarks&logo=codspeed)](https://codspeed.io/netresearch/ofelia)

0 commit comments

Comments
 (0)