Skip to content

Commit 818c0ca

Browse files
Merge pull request #2 from GapIntelligence/codex/fix-build-and-update-readme-badges
Fix CI and badges
2 parents e971058 + f52c75a commit 818c0ca

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
pip install -r requirements.txt
2929
3030
- name: Run tests
31-
run: pytest --cov=. --cov-report xml
31+
run: python -m pytest --cov=. --cov-report xml
3232

3333
- name: Upload coverage to Codecov
3434
uses: codecov/codecov-action@v4

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OpenBrand
22

3-
![CI](https://github.com/OpenBrandHQ/GapIntelligence/actions/workflows/ci.yml/badge.svg)
4-
[![codecov](https://codecov.io/gh/OpenBrandHQ/GapIntelligence/branch/main/graph/badge.svg)](https://codecov.io/gh/OpenBrandHQ/GapIntelligence)
3+
![CI](https://github.com/GapIntelligence/.github/actions/workflows/ci.yml/badge.svg)
4+
[![codecov](https://codecov.io/gh/GapIntelligence/.github/branch/main/graph/badge.svg)](https://codecov.io/gh/GapIntelligence/.github)
55

66
This repository contains configuration files and documentation used by OpenBrand.

profile/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
Welcome to the OpenBrand GitHub repository. OpenBrand was formed through the integration of industry-leading companies: Gap Intelligence, Deep.ad, Traqline, and Competitive Promotion Report. We are committed to bringing clarity to the market through superior data analytics, web crawling technology, and LLM-driven insights.
55

6-
![CI](https://github.com/OpenBrandHQ/GapIntelligence/actions/workflows/ci.yml/badge.svg)
7-
[![codecov](https://codecov.io/gh/OpenBrandHQ/GapIntelligence/branch/main/graph/badge.svg)](https://codecov.io/gh/OpenBrandHQ/GapIntelligence)
6+
![CI](https://github.com/GapIntelligence/.github/actions/workflows/ci.yml/badge.svg)
7+
[![codecov](https://codecov.io/gh/GapIntelligence/.github/branch/main/graph/badge.svg)](https://codecov.io/gh/GapIntelligence/.github)
88

99

1010
**Official Website:** [openbrand.com](https://openbrand.com)

0 commit comments

Comments
 (0)