Skip to content

Commit

Permalink
Merge pull request #429 from gitautoai/gitauto-wes/issue-408-20241222…
Browse files Browse the repository at this point in the history
…-191006

GitAuto: Add code coverage ratio to README
  • Loading branch information
hiroshinishio authored Dec 22, 2024
2 parents 614a208 + 65809b9 commit 45e6575
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,10 @@ jobs:
ENV: prod
PRODUCT_ID: ${{ secrets.PROD_PRODUCT_ID }}
run: python -m pytest -r fE
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5.1.2
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
flags: unittests
name: codecov-umbrella
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# GitAuto AI
[![codecov](https://codecov.io/gh/gitautoai/gitauto/graph/badge.svg?token=U4J7V3GTCU)](https://codecov.io/gh/gitautoai/gitauto)

## 1. What is GitAuto

Expand Down

0 comments on commit 45e6575

Please sign in to comment.