Skip to content

Commit

Permalink
fix: report name
Browse files Browse the repository at this point in the history
  • Loading branch information
JBR90 committed Nov 28, 2024
1 parent f1ac085 commit 2368927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
run: |
mkdir -p coverage/merged
lcov -a apps/nextjs/coverage/lcov.info \
-a packages/aila/coverage/lcov-info.lcov \
-a packages/ingest/coverage/lcov-info.lcov \
-a packages/aila/coverage/lcov.lcov \
-a packages/ingest/coverage/lcov.lcov \
-o coverage/merged/lcov.info
- name: Upload coverage artifact
Expand Down

0 comments on commit 2368927

Please sign in to comment.