-
Notifications
You must be signed in to change notification settings - Fork 0
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
269: Allow for directly accessing epic owners #274
269: Allow for directly accessing epic owners #274
Conversation
@@ -1,4 +1,4 @@ | |||
import axios from 'axios' | |||
import axios, { AxiosError, AxiosResponse } from 'axios' |
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.
🚫 [eslint] <yenz/type-ordering> reported by reviewdog 🐶
Definition for rule 'yenz/type-ordering' was not found.
@@ -1,4 +1,4 @@ | |||
import axios from 'axios' | |||
import axios, { AxiosError, AxiosResponse } from 'axios' |
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.
🚫 [eslint] <no-loops/no-loops> reported by reviewdog 🐶
Definition for rule 'no-loops/no-loops' was not found.
@@ -1,12 +1,15 @@ | |||
import axios from 'axios' |
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.
🚫 [eslint] <yenz/type-ordering> reported by reviewdog 🐶
Definition for rule 'yenz/type-ordering' was not found.
@@ -1,12 +1,15 @@ | |||
import axios from 'axios' |
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.
🚫 [eslint] <no-loops/no-loops> reported by reviewdog 🐶
Definition for rule 'no-loops/no-loops' was not found.
Reviewing the code changes provided across different files:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #274 +/- ##
===========================================
- Coverage 92.33% 90.67% -1.66%
===========================================
Files 50 50
Lines 2479 2489 +10
Branches 175 167 -8
===========================================
- Hits 2289 2257 -32
- Misses 190 232 +42 ☔ View full report in Codecov by Sentry. |
This review covers a range of files committing changes across configuration, source, and test code. Here are the critical observations, suggestions, and positive affirmations where appropriate:
|
No description provided.