Skip to content

Commit 9b5ee66

Browse files
fix coverage GHA (#372)
fix #370
1 parent f873ea5 commit 9b5ee66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ jobs:
6161

6262
- uses: codecov/codecov-action@v4
6363
with:
64-
file: JuliaBUGS/lcov.info
64+
file: ./lcov.info
6565

6666
- uses: coverallsapp/github-action@master
6767
with:
6868
github-token: ${{ secrets.GITHUB_TOKEN }}
69-
path-to-lcov: JuliaBUGS/lcov.info
69+
path-to-lcov: ./lcov.info

0 commit comments

Comments
 (0)