Skip to content

Commit

Permalink
fix(tests): update working dir of codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
NeuralFlux authored Aug 19, 2024
1 parent ee9806a commit 9eb1cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_ws_codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
- name: Send coverage report to codecov for visualization
uses: codecov/codecov-action@v3
with:
# working-directory: ./packages/@biothings-explorer/bte-trapi
working-directory: ./packages/@biothings-explorer/bte-server
files: ./coverage/lcov.info
verbose: true

0 comments on commit 9eb1cc1

Please sign in to comment.