Skip to content

Commit

Permalink
fixed coverage not uploaded to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Jun 7, 2024
1 parent bb03b5d commit ad215bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up Python ${{ matrix.python }}
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version-file: "backend/pyproject.toml"
Expand All @@ -51,7 +51,6 @@ jobs:
run: inv coverage --args "-vvv"

- name: Upload coverage to Codecov
if: matrix.python == '3.11'
uses: codecov/codecov-action@v3
with:
root_dir: backend
Expand Down

0 comments on commit ad215bb

Please sign in to comment.