We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f89fb3f commit d64926fCopy full SHA for d64926f
.github/workflows/codecov.yml
@@ -14,6 +14,8 @@ jobs:
14
python-version: '3.10'
15
- name: Install dependencies
16
run: pip install -r requirements.txt pytest coverage
17
+ - name: Install the package
18
+ run: pip install -e .
19
- name: Run tests and collect coverage
20
run: pytest --cov app ${{ env.CODECOV_ATS_TESTS }}
21
- name: Upload coverage to Codecov
@@ -22,3 +24,4 @@ jobs:
22
24
verbose: true
23
25
env:
26
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
27
+ GROQ_API_KEY: ${{ secrets.GROQ_API_KEY }}
0 commit comments