-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
chore: Adds default issue types to issue templates #340
base: main
Are you sure you want to change the base?
Conversation
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.
usages of actions/cache
v1/2 break because of deprecation. v3 could still work but we should bump to v4 if possible
@@ -27,7 +27,7 @@ jobs: | |||
java-version: "11" | |||
|
|||
- name: Cache Gradle packages | |||
uses: actions/cache@v2 |
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.
TBD
@@ -27,7 +27,7 @@ jobs: | |||
distribution: temurin | |||
|
|||
- name: Cached Konan | |||
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 #v3 |
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.
TBD
@@ -24,7 +24,7 @@ jobs: | |||
distribution: temurin | |||
|
|||
- name: Cached Konan | |||
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 #v3 |
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.
TBD
@@ -52,7 +52,7 @@ jobs: | |||
distribution: temurin | |||
|
|||
- name: Cached Konan | |||
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 #v3 |
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.
TBD
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #340 +/- ##
=======================================
Coverage 79.75% 79.75%
=======================================
Files 43 43
Lines 800 800
Branches 106 106
=======================================
Hits 638 638
Misses 107 107
Partials 55 55 ☔ View full report in Codecov by Sentry. |
#skip-changelog