We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f86150 commit f072634Copy full SHA for f072634
.github/workflows/functions_client.yml
@@ -57,9 +57,7 @@ jobs:
57
run: dart test --coverage=./coverage
58
59
- name: Format coverage
60
- run: |
61
- pwd
62
- melos run format-coverage
+ run: melos run format-coverage
63
64
- name: Upload coverage results to Coveralls
65
uses: coverallsapp/github-action@master
melos.yaml
@@ -58,6 +58,7 @@ scripts:
format-coverage:
description: Updates the coverage for the workspace
run: |
+ pwd
# Activate coverage
dart pub global activate coverage
0 commit comments