Skip to content

Commit

Permalink
Include realm_common in coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko committed Aug 28, 2023
1 parent 3ab3e77 commit f3ec45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dart-desktop-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
--check-ignore \
--lcov \
--packages .dart_tool/package_config.json \
--report-on lib
--report-on lib common
lcov --remove ./coverage/lcov.info '*.g.dart' '*/lib/src/cli/*' '*/lib/src/native/realm_bindings.dart' -o coverage/pruned-lcov.info
- name: Publish realm_dart coverage
Expand Down

0 comments on commit f3ec45d

Please sign in to comment.