Skip to content

Commit 513cfa9

Browse files
committed
test:coverage: coveralls one more try
1 parent 20ec82e commit 513cfa9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,18 @@ jobs:
5858
echo "No coverage/lcov.info found to sanitize"
5959
fi
6060
61+
# - name: Upload coverage reports to Codecov
62+
# uses: codecov/codecov-action@v5
63+
# with:
64+
# token: ${{ secrets.CODECOV_TOKEN }}
65+
# files: "./coverage"
66+
6167
- name: Upload coverage to Coveralls
6268
uses: coverallsapp/github-action@v2
69+
6370
with:
6471
format: lcov
65-
file: ./coverage/lcov.info
72+
file: "coverage/lcov.info"
6673

6774
# - name: Upload to Coveralls
6875
# run: yarn coveralls

0 commit comments

Comments
 (0)