Skip to content

Commit 1300163

Browse files
committed
debug in coverage directory
1 parent 401ccf5 commit 1300163

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/coverage.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,12 @@ jobs:
5757
melos exec --dir-exists="coverage" -- bash -c 'dart pub global run coverde filter --input coverage/lcov.info --output coverage/filtered.lcov.info --filters .g.dart'
5858
melos exec --dir-exists="coverage" -- bash -c 'dart pub global run coverde value -i coverage/filtered.lcov.info > coverage/result.txt'
5959
60+
- name: Debug Coverage Directory
61+
run: ls -R coverage
62+
6063
- name: Upload coverage to Codecov
6164
if: success()
6265
uses: codecov/codecov-action@v3
6366
with:
6467
token: ${{ secrets.CODECOV_TOKEN }}
65-
files: coverage/filtered.lcov.info
68+
files: ./coverage/filtered.lcov.info

0 commit comments

Comments
 (0)