diff --git a/.github/workflows/python.yaml b/.github/workflows/python.yaml index c4e2f01..67b27bc 100644 --- a/.github/workflows/python.yaml +++ b/.github/workflows/python.yaml @@ -25,12 +25,11 @@ jobs: - name: test run: | pytest --cov=covertable --cov-report=xml - codecov - name: codecov uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} - file: ./coverage.xml + file: ./python/coverage.xml verbose: true release: diff --git a/.github/workflows/typescript.yaml b/.github/workflows/typescript.yaml index f57b8ff..bd7b039 100644 --- a/.github/workflows/typescript.yaml +++ b/.github/workflows/typescript.yaml @@ -27,11 +27,12 @@ jobs: - name: test run: | npm test -- --coverage - npm run codecov + # npm run codecov - name: codecov uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} + file: ./python/coverage/lcov.info verbose: true release: