Skip to content

Commit 3d81746

Browse files
authored
Update codecov.yml
Moved location for GROQ_API_KEY
1 parent 216e881 commit 3d81746

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codecov.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ jobs:
1818
run: pip install -e .
1919
- name: Run tests and collect coverage
2020
run: pytest --cov app ${{ env.CODECOV_ATS_TESTS }}
21+
env:
22+
GROQ_API_KEY: ${{ secrets.GROQ_API_KEY }}
2123
- name: Upload coverage to Codecov
2224
uses: codecov/codecov-action@v4
2325
with:
2426
verbose: true
2527
env:
2628
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
27-
GROQ_API_KEY: ${{ secrets.GROQ_API_KEY }}

0 commit comments

Comments
 (0)