Padmanav commited on
Commit
6d7fd1d
·
1 Parent(s): a2a3cb6

ci: raise coverage gate from 70% to 80%, ignore load tests in pytest, add badges to README

Browse files
Files changed (2) hide show
  1. .github/workflows/ci.yml +2 -1
  2. README.md +4 -0
.github/workflows/ci.yml CHANGED
@@ -59,8 +59,9 @@ jobs:
59
  --cov=app \
60
  --cov-report=term-missing \
61
  --cov-report=xml \
62
- --cov-fail-under=70 \
63
  --tb=short \
 
64
  -x
65
 
66
  - name: Upload coverage report
 
59
  --cov=app \
60
  --cov-report=term-missing \
61
  --cov-report=xml \
62
+ --cov-fail-under=80 \
63
  --tb=short \
64
+ --ignore=tests/load \
65
  -x
66
 
67
  - name: Upload coverage report
README.md CHANGED
@@ -1,4 +1,8 @@
1
  ---
 
 
 
 
2
  title: AI Code Review Agent
3
  emoji: 🤖
4
  colorFrom: blue
 
1
  ---
2
+ [![CI](https://github.com/Padmanav-Mohanty/ai-code-review-agent/actions/workflows/ci.yml/badge.svg)](https://github.com/Padmanav-Mohanty/ai-code-review-agent/actions/workflows/ci.yml)
3
+ [![codecov](https://codecov.io/gh/Padmanav-Mohanty/ai-code-review-agent/branch/main/graph/badge.svg)](https://codecov.io/gh/Padmanav-Mohanty/ai-code-review-agent)
4
+ [![Python 3.11](https://img.shields.io/badge/python-3.11-blue.svg)](https://www.python.org/downloads/release/python-3110/)
5
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
6
  title: AI Code Review Agent
7
  emoji: 🤖
8
  colorFrom: blue