Showing
1 changed file
with
2 additions
and
2 deletions
@@ -52,7 +52,7 @@ demo/assets/profile.jpg: | @@ -52,7 +52,7 @@ demo/assets/profile.jpg: | ||
52 | curl -L "https://www.fakepersongenerator.com/Face/female/female20151024334209870.jpg" > $@ | 52 | curl -L "https://www.fakepersongenerator.com/Face/female/female20151024334209870.jpg" > $@ |
53 | 53 | ||
54 | pdf/hacen-tunisia.ttf: | 54 | pdf/hacen-tunisia.ttf: |
55 | - curl -L "https://arbfonts.com/font_files/hacen/Hacen Tunisia.ttf" > $@ | 55 | + curl -L "https://arbfonts.com/font_files/hacen/Hacen%20Tunisia.ttf" > $@ |
56 | 56 | ||
57 | format: format-dart format-clang format-swift | 57 | format: format-dart format-clang format-swift |
58 | 58 | ||
@@ -97,7 +97,7 @@ get: $(FONTS) pdf/pubspec.lock printing/pubspec.lock demo/pubspec.lock test/pubs | @@ -97,7 +97,7 @@ get: $(FONTS) pdf/pubspec.lock printing/pubspec.lock demo/pubspec.lock test/pubs | ||
97 | test-pdf: svg $(FONTS) pdf/pubspec.lock .coverage | 97 | test-pdf: svg $(FONTS) pdf/pubspec.lock .coverage |
98 | cd pdf; $(DART_BIN) pub global run coverage:collect_coverage --port=$(COV_PORT) -o coverage.json --resume-isolates --wait-paused &\ | 98 | cd pdf; $(DART_BIN) pub global run coverage:collect_coverage --port=$(COV_PORT) -o coverage.json --resume-isolates --wait-paused &\ |
99 | $(DART_BIN) --enable-asserts --disable-service-auth-codes --enable-vm-service=$(COV_PORT) --pause-isolates-on-exit test/all_tests.dart | 99 | $(DART_BIN) --enable-asserts --disable-service-auth-codes --enable-vm-service=$(COV_PORT) --pause-isolates-on-exit test/all_tests.dart |
100 | - cd pdf; $(DART_BIN) pub global run coverage:format_coverage --packages=.packages -i coverage.json --report-on lib --lcov --out lcov.info | 100 | + cd pdf; $(DART_BIN) pub global run coverage:format_coverage --package=. -i coverage.json --report-on lib --lcov --out lcov.info |
101 | cd pdf; for EXAMPLE in $(shell cd pdf; find example -name '*.dart'); do $(DART_BIN) $$EXAMPLE; done | 101 | cd pdf; for EXAMPLE in $(shell cd pdf; find example -name '*.dart'); do $(DART_BIN) $$EXAMPLE; done |
102 | test/compare-pdf.sh pdf test/golden | 102 | test/compare-pdf.sh pdf test/golden |
103 | 103 |
-
Please register or login to post a comment