• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

dart-lang / native / 12653362703
92%

Build:
DEFAULT BRANCH: main
Ran 07 Jan 2025 02:33PM UTC
Jobs 14
Files 231
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

07 Jan 2025 02:32PM UTC coverage: 87.901% (-0.003%) from 87.904%
12653362703

push

github

web-flow
[native_assets_cli] Cleanup constructors (#1867)

Addresses:

* https://github.com/dart-lang/native/pull/1824#issuecomment-2554141777

@mkustermann Do you prefer repeating the arguments to `CodeConfig` in `setupCodeConfig` leading to the following?

```dart
        ..setupCodeConfig(
          targetArchitecture: Architecture.current,
          targetOS: OS.current,
          macOSConfig: targetOS == OS.macOS
              ? MacOSConfig(targetVersion: defaultMacOSVersion)
              : null,
          linkModePreference: LinkModePreference.dynamic,
        );
```

Or rather avoiding to repeat the arguments and have the following?

```dart
        ..setupCodeConfig(CodeConfig(
          targetArchitecture: Architecture.current,
          targetOS: OS.current,
          macOSConfig: targetOS == OS.macOS
              ? MacOSConfig(targetVersion: defaultMacOSVersion)
              : null,
          linkModePreference: LinkModePreference.dynamic,
        ));
```

I've done the former now, but can easily revert that commit.

22 of 22 new or added lines in 1 file covered. (100.0%)

12263 of 13951 relevant lines covered (87.9%)

33.86 hits per line

Subprojects
ID Flag name Job ID Ran Files Coverage
6 native_assets_cli_windows 12653362703.6 07 Jan 2025 02:34PM UTC 29
76.15
GitHub Action Run
7 native_assets_cli_ubuntu 12653362703.7 07 Jan 2025 02:34PM UTC 29
76.48
GitHub Action Run
8 native_assets_builder_ubuntu 12653362703.8 07 Jan 2025 02:37PM UTC 11
90.43
GitHub Action Run
9 native_assets_cli_macos 12653362703.9 07 Jan 2025 02:33PM UTC 29
76.48
GitHub Action Run
10 native_assets_builder_windows 12653362703.10 07 Jan 2025 02:39PM UTC 11
90.43
GitHub Action Run
11 native_assets_builder_macos 12653362703.11 07 Jan 2025 02:36PM UTC 11
90.43
GitHub Action Run
12 native_toolchain_c_ubuntu 12653362703.12 07 Jan 2025 02:34PM UTC 26
74.37
GitHub Action Run
13 native_toolchain_c_windows 12653362703.13 07 Jan 2025 02:35PM UTC 26
78.76
GitHub Action Run
14 native_toolchain_c_macos 12653362703.14 07 Jan 2025 02:33PM UTC 26
69.62
GitHub Action Run
14 objective_c 12641375743.14 06 Jan 2025 10:29PM UTC 73
78.34
GitHub Action Run
14 jni 12614828744.14 05 Jan 2025 12:14AM UTC 30
70.77
GitHub Action Run
13 jnigen 12614828744.13 05 Jan 2025 12:20AM UTC 22
89.31
GitHub Action Run
14 swift2objc 12362379980.14 16 Dec 2024 10:24PM UTC 40
87.07
GitHub Action Run
14 ffigen 12623280383.14 05 Jan 2025 10:45PM UTC 72
91.38
GitHub Action Run
Source Files on build 12653362703
  • Tree
  • List 231
  • Changed 4
  • Source Changed 4
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #12653362703
  • 3b66738c on github
  • Prev Build on main (#12641375743)
  • Next Build on main (#12660672739)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc