Skip to content

Commit

Permalink
Update codecov.yml
Browse files Browse the repository at this point in the history
Moved location for GROQ_API_KEY
  • Loading branch information
djokester authored Jul 3, 2024
1 parent 216e881 commit 3d81746
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ jobs:
run: pip install -e .
- name: Run tests and collect coverage
run: pytest --cov app ${{ env.CODECOV_ATS_TESTS }}
env:
GROQ_API_KEY: ${{ secrets.GROQ_API_KEY }}
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
GROQ_API_KEY: ${{ secrets.GROQ_API_KEY }}

0 comments on commit 3d81746

Please sign in to comment.