Skip to content

Commit d64926f

Browse files
authored
Update codecov.yml
Added editable install for the package Added secrets for Groq API
1 parent f89fb3f commit d64926f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/codecov.yml

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
python-version: '3.10'
1515
- name: Install dependencies
1616
run: pip install -r requirements.txt pytest coverage
17+
- name: Install the package
18+
run: pip install -e .
1719
- name: Run tests and collect coverage
1820
run: pytest --cov app ${{ env.CODECOV_ATS_TESTS }}
1921
- name: Upload coverage to Codecov
@@ -22,3 +24,4 @@ jobs:
2224
verbose: true
2325
env:
2426
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
27+
GROQ_API_KEY: ${{ secrets.GROQ_API_KEY }}

0 commit comments

Comments
 (0)