We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4763821 + 32ccff6 commit 52d69d8Copy full SHA for 52d69d8
2 files changed
.github/workflows/go.yml
@@ -27,4 +27,7 @@ jobs:
27
run: go build -v ./...
28
29
- name: Test
30
- run: go test -v ./...
+ run: go test -v -coverprofile=coverage.out -covermode=atomic ./...
31
+
32
+ - name: Upload coverage to Codecov
33
+ run: bash <(curl -s https://codecov.io/bash)
README.md
@@ -1,11 +1,15 @@
1
+<h1 style="border-bottom: none;" align="center">Devy</h1>
2
3
<p align="center">
-<h1 style="border-bottom: none;">Devy</h1>
4
+ <img src="./devy.svg" height="175">
5
+</p>
6
-<img src="./devy.svg" height="175">
7
+<a align="center" href="https://codecov.io/gh/osbytes/devy">
8
+ <img src="https://codecov.io/gh/osbytes/devy/branch/main/graph/badge.svg" alt="codecov" />
9
+</a>
10
11
A developer focused discord bot written in go
12
-</p>
13
14
## How to Get Started
15
0 commit comments