Skip to content

Commit

Permalink
replace working-directory with directory in codecov ci
Browse files Browse the repository at this point in the history
  • Loading branch information
elfkuzco committed Jun 12, 2024
1 parent a650d75 commit 55511bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-Tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ jobs:
- name: Upload coverage report to codecov
uses: codecov/codecov-action@v3
with:
working-directory: backend
directory: backend
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 55511bf

Please sign in to comment.