Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko committed Jul 31, 2023
1 parent 811296f commit d0bcb72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ jobs:
channel: 'stable'

- name: Delete generated files
run: find . -name "*.g.dart" -not -path "./generator/*" -delete
run: find . -name "*.realm.dart" -not -path "./generator/*" -delete
shell: bash

- name: Run generator in realm-dart repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dart-desktop-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
--lcov \
--packages .dart_tool/package_config.json \
--report-on lib
lcov --remove ./coverage/lcov.info '*.g.dart' '*/lib/src/cli/*' '*/lib/src/native/realm_bindings.dart' -o coverage/pruned-lcov.info
lcov --remove ./coverage/lcov.info '*.realm.dart' '*/lib/src/cli/*' '*/lib/src/native/realm_bindings.dart' -o coverage/pruned-lcov.info
- name: Publish realm_dart coverage
if: inputs.runner == 'ubuntu-latest'
Expand Down

0 comments on commit d0bcb72

Please sign in to comment.