Skip to content

Commit

Permalink
add codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
karngyan committed Dec 23, 2024
1 parent bcb0017 commit ed46add
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/go-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,11 @@ jobs:
- name: Install dependencies
run: go mod tidy

- name: Run tests
run: go test -v ./...
- name: Run Tests with coverage
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: karngyan/maek
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
### maek: open source note-taking app

![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)

maek is an open source, self-hostable alternative to apps like mem.ai. it’s designed to help you take notes, organize your thoughts, and access them seamlessly. whether you’re jotting down quick ideas or managing a detailed knowledge base, maek aims to simplify the process.

![maek](.github/assets/hero.jpeg)
Expand Down

0 comments on commit ed46add

Please sign in to comment.