Skip to content

Commit cdc5478

Browse files
authored
Merge pull request #277 from abdelaziz-mahdy/sizes
adding size comparison
2 parents 580213b + f9b3256 commit cdc5478

File tree

9 files changed

+1221
-59
lines changed

9 files changed

+1221
-59
lines changed

.github/workflows/coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
dart pub global activate coverage
3737
dart pub global run coverage:test_with_coverage --package . --package-name dartcv4
3838
- name: Upload to Codecov
39-
uses: codecov/codecov-action@v4.0.1
39+
uses: codecov/codecov-action@v4
4040
with:
4141
token: ${{ secrets.CODECOV_TOKEN }}
4242
fail_ci_if_error: true

0 commit comments

Comments
 (0)