diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4e037e1..e366e04e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -163,6 +163,6 @@ jobs: - name: Upload python coverage to codecov.io uses: codecov/codecov-action@v3 with: - files: pyrs/coverage.xml + files: coverage.xml name: python token: ${{ secrets.CODECOV_TOKEN }}