Skip to content

Commit

Permalink
test: workflow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tokebe committed Sep 27, 2024
1 parent 2ae2955 commit 1d190d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

- name: Get branch name
id: branch-name
uses: tj-actions/branch-names@v6
uses: tj-actions/branch-names@v7.0.7

- name: Checkout to specific branch
uses: actions/checkout@v3
Expand Down 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/query_graph_handler
working-directory: ./packages/@biothings-explorer/smartapi-kg
files: ./coverage/lcov.info
verbose: true

0 comments on commit 1d190d8

Please sign in to comment.