Skip to content

Commit

Permalink
fixed codecov action config
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Jun 7, 2024
1 parent 7b09f6e commit 11683af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ jobs:
run: inv coverage --args "-vvv"

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
root_dir: backend
working-directory: backend
directory: backend
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

- name: Ensure we can build targets
working-directory: backend
Expand Down

0 comments on commit 11683af

Please sign in to comment.