Skip to content

Commit

Permalink
migrate format
Browse files Browse the repository at this point in the history
  • Loading branch information
oriontvv committed Oct 9, 2024
1 parent b4cd9fc commit dcb63ee
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,16 @@ jobs:
- name: Archive code coverage results
uses: actions/upload-artifact@v4
with:
name: code-coverage-report
name: code-coverage-report-${{ matrix.runs-on }}
path: cobertura.xml

# - name: Download All Artifacts
# uses: actions/download-artifact@v4
# with:
# path: cobertura.xml
# pattern: code-coverage-report-*
# merge-multiple: true

fmt:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit dcb63ee

Please sign in to comment.