Conversation
Codecov Report
@@ Coverage Diff @@
## main #3716 +/- ##
=========================================
Coverage 78.04% 78.04%
Complexity 2883 2883
=========================================
Files 473 473
Lines 9302 9302
Branches 1767 1767
=========================================
Hits 7260 7260
Misses 1078 1078
Partials 964 964 Continue to review full report at Codecov.
|
.github/dependabot.yml
Outdated
| - dependency-name: org.jetbrains.kotlinx:kotlinx-html-jvm | ||
| versions: | ||
| - 0.7.3 | ||
| - dependency-name: org.jetbrains.kotlin:kotlin-reflect | ||
| versions: | ||
| - 1.4.31 |
There was a problem hiding this comment.
Is there a reason why we ignored those two? Can we remove them?
There was a problem hiding this comment.
I think that we can remoe all of those ignores. Those where not "ignored" but updated in other PRs because we need to change more things.
.github/dependabot.yml
Outdated
| - dependency-name: org.jetbrains.kotlinx:kotlinx-html-jvm | ||
| versions: | ||
| - 0.7.3 | ||
| - dependency-name: org.jetbrains.kotlin:kotlin-reflect | ||
| versions: | ||
| - 1.4.31 |
There was a problem hiding this comment.
I think that we can remoe all of those ignores. Those where not "ignored" but updated in other PRs because we need to change more things.
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Nicola Corti <corti.nico@gmail.com>
Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then.
Dependabot has been fully integrated into GitHub, so you no longer have to install and manage a separate app. This pull request migrates your configuration from Dependabot.com to a config file, using the new syntax. When merged, we'll swap out
dependabot-preview(me) for a newdependabotapp, and you'll be all set!With this change, you'll now use the Dependabot page in GitHub, rather than the Dependabot dashboard, to monitor your version updates, and you'll configure Dependabot through the new config file rather than a UI.
If you've got any questions or feedback for us, please let us know by creating an issue in the dependabot/dependabot-core repository.
Learn more about migrating to GitHub-native Dependabot
Please note that regular
@dependabotcommands do not work on this pull request.