diff --git a/.github/workflows/test_ws_codecov.yml b/.github/workflows/test_ws_codecov.yml index 27e27b3..91f6bcc 100644 --- a/.github/workflows/test_ws_codecov.yml +++ b/.github/workflows/test_ws_codecov.yml @@ -40,6 +40,6 @@ jobs: env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: - # working-directory: ./packages/@biothings-explorer/bte-trapi + working-directory: ./packages/@biothings-explorer/bte-utils files: ./coverage/lcov.info verbose: true