Skip to content

Commit

Permalink
(Issue #145) Try splitting long line
Browse files Browse the repository at this point in the history
  • Loading branch information
jared321 committed Jun 25, 2024
1 parent 9e798f5 commit 07539ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/measure_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,7 @@ jobs:
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ${{ env.CLONE_PATH }}/${{ env.M_COV_XML_FILE }},${{ env.CLONE_PATH }}/${{ env.PY_COV_XML_FILE }}
files: |
${{ env.CLONE_PATH }}/${{ env.M_COV_XML_FILE }},
${{ env.CLONE_PATH }}/${{ env.PY_COV_XML_FILE }}
fail_ci_if_error: true

0 comments on commit 07539ab

Please sign in to comment.