Skip to content

Commit

Permalink
ci(gh-actions): adjust download destination for coverage artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
trezy committed Apr 14, 2022
1 parent 250ab71 commit 61b82f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- uses: actions/[email protected]
with:
name: coverage-report
path: ${{ github.workspace }}/coverage/lcov.info
path: ${{ github.workspace }}/coverage/

- name: Send coverage to Coveralls
uses: coverallsapp/[email protected]
Expand All @@ -79,7 +79,7 @@ jobs:
uses: actions/[email protected]
with:
name: coverage-report
path: ${{ github.workspace }}/coverage/lcov.info
path: ${{ github.workspace }}/coverage/

- name: Send coverage to Code Climate
uses: paambaati/[email protected]
Expand Down

0 comments on commit 61b82f0

Please sign in to comment.