We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 983398e commit 479513bCopy full SHA for 479513b
pkgs/coverage/.github/workflows/test-package.yml
@@ -73,7 +73,7 @@ jobs:
73
- name: Collect and report coverage
74
run: dart run bin/test_with_coverage.dart --port=9292
75
- name: Upload coverage
76
- uses: coverallsapp/github-action@95b1a2355bd0e526ad2fd62da9fd386ad4c98474
+ uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949
77
with:
78
github-token: ${{ secrets.GITHUB_TOKEN }}
79
path-to-lcov: coverage/lcov.info
0 commit comments