Skip to content

Commit 74bc347

Browse files
committedApr 11, 2024
fix coverage file name
1 parent 8f5688f commit 74bc347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
- name: Report coverage to Coveralls
2929
env:
3030
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31-
run: goveralls -coverprofile=covprofile -service=github
31+
run: goveralls -coverprofile=profile.cov -service=github

0 commit comments

Comments
 (0)