Skip to content

Commit

Permalink
Update coverage.yml (#55)
Browse files Browse the repository at this point in the history
Fix #54

Co-authored-by: Barak Bar Orion <[email protected]>
  • Loading branch information
gkorland and barakb authored Nov 14, 2024
1 parent a0bb36b commit 49a248a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ jobs:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: codecov.json
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
services:
falkordb:
image: falkordb/falkordb:edge
Expand Down

0 comments on commit 49a248a

Please sign in to comment.