Skip to content

Commit 639565a

Browse files
committed
remove wasm ci
1 parent 016ce2c commit 639565a

File tree

4 files changed

+2
-26
lines changed

4 files changed

+2
-26
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,15 +128,15 @@ jobs:
128128
run: (cd packages/flutter && flutter test --coverage)
129129
- name: Convert code coverage
130130
# Needs to be adapted to collect the coverage at all platforms if platform specific code is added.
131-
if: ${{ always() && matrix.os == 'ubuntu-latest' && !matrix.wasm }}
131+
if: ${{ always() && matrix.os == 'ubuntu-latest' }}
132132
working-directory: packages/flutter
133133
run: |
134134
escapedPath="$(echo `pwd` | sed 's/\//\\\//g')"
135135
sed "s/^SF:lib/SF:$escapedPath\/lib/g" coverage/lcov.info > coverage/lcov-full.info
136136
- name: Upload code coverage
137137
uses: codecov/codecov-action@v5
138138
# Needs to be adapted to collect the coverage at all platforms if platform specific code is added.
139-
if: ${{ always() && matrix.os == 'ubuntu-latest' && !matrix.wasm }}
139+
if: ${{ always() && matrix.os == 'ubuntu-latest' }}
140140
with:
141141
files: packages/flutter/coverage/lcov-full.info
142142
fail_ci_if_error: false

packages/flutter/test/parse_client_configuration_test.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
@TestOn('vm')
2-
library;
3-
41
import 'package:flutter_test/flutter_test.dart';
52
import 'package:parse_server_sdk_flutter/parse_server_sdk_flutter.dart';
63
import 'package:shared_preferences/shared_preferences.dart';

packages/flutter/test/parse_connectivity_implementation_test.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
@TestOn('vm')
2-
library;
3-
41
import 'dart:async';
52

63
import 'package:connectivity_plus_platform_interface/connectivity_plus_platform_interface.dart';

packages/flutter/test/wasm_compatibility_test.dart

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)