Skip to content

Commit

Permalink
ci(github): edit coverage data target location
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswpark committed Dec 28, 2023
1 parent ce5e9ac commit f4228a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/server-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Download coverage reports from all runners
uses: actions/[email protected]
with:
path: ${{ github.workspace }}/server/
path: ${{ github.workspace }}/
merge-multiple: true
- name: Combine coverage reports and generate Cobertura XML report
run: |
Expand Down

0 comments on commit f4228a4

Please sign in to comment.