Skip to content

Commit

Permalink
fix output saving
Browse files Browse the repository at this point in the history
  • Loading branch information
milapsheth committed May 26, 2024
1 parent 20ec152 commit 159c601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

- name: Display coverage report
id: coverage
run: cat .coverage.info
run: echo "summary=$(cat .coverage.info)" >> $GITHUB_OUTPUT

- name: Find Code Coverage comment
uses: peter-evans/find-comment@v3
Expand All @@ -87,7 +87,7 @@ jobs:
<summary>Click to see the code coverage report</summary>
```
${{ steps.coverage.outputs.cmd_output }}
${{ steps.coverage.outputs.summary }}
```
</details>
edit-mode: replace

0 comments on commit 159c601

Please sign in to comment.