From 8c757f5bbacb6fc5b3d8e2a70b2b8cbd6fe6e80e Mon Sep 17 00:00:00 2001 From: mrsombre Date: Tue, 9 Jan 2024 12:13:34 +0100 Subject: [PATCH] Coverage improvements --- .github/workflows/main.yml | 4 ++-- README.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 97867a8..d32cf81 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,7 +2,7 @@ name: main on: [ push ] jobs: build: - name: Build + name: Tests runs-on: ubuntu-latest steps: @@ -17,7 +17,7 @@ jobs: run: | go mod download -x - - name: test with coverage + - name: tests with coverage run: go test ./... -coverprofile=coverage.out - name: codecov diff --git a/README.md b/README.md index bc1e250..3759505 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Codingame Framework +[![codecov](https://codecov.io/gh/mrsombre/codingame-framework/graph/badge.svg?token=I8RYIUSN6Q)](https://codecov.io/gh/mrsombre/codingame-framework) + A set of algorithms and data structures for solving puzzles. Feel free to follow me on [Codingame Profile](https://www.codingame.com/profile/9dd9f9f38412d78eaf21718bf6e87ca0626964).