Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
ci: change merge coverage path
Browse files Browse the repository at this point in the history
  • Loading branch information
alestiago committed Feb 23, 2024
1 parent e95c0d5 commit ccac096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/very_good_flutter_plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
very_good test -j 4 --recursive --optimization --coverage --test-randomize-ordering-seed random
- name: 📑 Combine Code Coverage
run: dart run ../tool/merge_coverage/merge_coverage.dart
run: dart run tool/merge_coverage/merge_coverage.dart

- name: 📊 Check Code Coverage
uses: VeryGoodOpenSource/very_good_coverage@v2
Expand Down

0 comments on commit ccac096

Please sign in to comment.