Skip to content

Commit b43753e

Browse files
committed
Track coverage correctly in downstream tests
1 parent 41e6e83 commit b43753e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
repository: ${{ matrix.package.group }}/${{ matrix.package.repo }}
5454
path: downstream
5555
- name: Load this and run the downstream tests
56-
shell: julia --color=yes --project=downstream {0}
56+
shell: julia --color=yes --project=downstream --code-coverage=@src {0}
5757
run: |
5858
using Pkg
5959
try

0 commit comments

Comments
 (0)