-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dart 3 upgrade #38
Dart 3 upgrade #38
Conversation
6e18636
to
8addc0b
Compare
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #38 +/- ##
==========================================
- Coverage 98.33% 98.32% -0.01%
==========================================
Files 14 14
Lines 240 239 -1
==========================================
- Hits 236 235 -1
Misses 4 4
☔ View full report in Codecov by Sentry. |
8addc0b
to
b009ff9
Compare
9ca8e71
to
1e0df35
Compare
@@ -4,18 +4,13 @@ on: [pull_request] | |||
|
|||
jobs: | |||
check: | |||
name: dart-code-metrics-action | |||
runs-on: ubuntu-latest | |||
name: code-metrics-action |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe different name?, since it will no longer run code metrics
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
makes sense
Note