Skip to content

Commit

Permalink
Coverage improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsombre committed Jan 9, 2024
1 parent 4376c3a commit 8c757f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: main
on: [ push ]
jobs:
build:
name: Build
name: Tests
runs-on: ubuntu-latest

steps:
Expand All @@ -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
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down

0 comments on commit 8c757f5

Please sign in to comment.