Skip to content

Commit

Permalink
Merge pull request #88 from ynufes-tech/shion/configure-codecov-ignore
Browse files Browse the repository at this point in the history
READMEの更新 / CodeCovの設定更新
  • Loading branch information
Shion1305 authored Jun 2, 2024
2 parents 742ebe4 + 56b0b5b commit 704300d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![GoTestFirebaseEmulator](https://github.com/shion1305/ynufes-mypage-backend/actions/workflows/go%20test.yml/badge.svg)](https://github.com/shion1305/ynufes-mypage-backend/actions/workflows/go%20test.yml)
[![codecov](https://codecov.io/gh/shion1305/ynufes-mypage-backend/branch/main/graph/badge.svg?token=X7PA73LZS2)](https://codecov.io/gh/shion1305/ynufes-mypage-backend)
[![GoTestFirebaseEmulator](https://github.com/ynufes-tech/ynufes-mypage-backend/actions/workflows/go%20test.yml/badge.svg)](https://github.com/ynufes-tech/ynufes-mypage-backend/actions/workflows/go%20test.yml)
[![codecov](https://codecov.io/gh/ynufes-tech/ynufes-mypage-backend/graph/badge.svg?token=X7PA73LZS2)](https://codecov.io/gh/ynufes-tech/ynufes-mypage-backend)

# YNUFES Mypage Backend

Expand All @@ -8,6 +8,7 @@
## Contributors
- [Shion Ichikawa](https://github.com/shion1305)
- [Tomoya Hiroe](https://github.com/tomoyahiroe)
- [Ryo Sasaki](https://github.com/Ryo-Sasaki-xxx)

## 学祭マイページシステムについて
学祭マイページシステムは、学祭関係者が各種申請を行い、円滑に申請を管理するためのシステムです。
Expand All @@ -19,4 +20,4 @@

CI/CD: GitHub Actions, Firebase Emulator

![code coverage](https://codecov.io/gh/shion1305/ynufes-mypage-backend/branch/main/graphs/sunburst.svg?token=X7PA73LZS2)
![code coverage](https://codecov.io/gh/ynufes-tech/ynufes-mypage-backend/graphs/sunburst.svg?token=X7PA73LZS2)
9 changes: 8 additions & 1 deletion codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,11 @@ coverage:
precision: 2
parsers:
go:
partials_as_hits: true
partials_as_hits: true
ignore:
- "svc/cmd/*"
- "svc/runner/*"
- "svc/testing/*"
- "svc/handler/*"
- "svc/middleware/*"
- "svc/uc/*"

0 comments on commit 704300d

Please sign in to comment.