-
Notifications
You must be signed in to change notification settings - Fork 73
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
ignore checking BE with FE CI changes #5474
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
galvana
approved these changes
Nov 7, 2024
fides Run #10874
Run Properties:
|
Project |
fides
|
Branch Review |
refs/pull/5474/merge
|
Run status |
Passed #10874
|
Run duration | 00m 38s |
Commit |
2e5aca6d52 ℹ️: Merge cfd67e38a964838ccb464a53c2d5e27d031924a9 into 590d85afb7d0e088142a6fd28ac8...
|
Committer | Jason Gill |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
4
|
Upgrade your plan to view test results. | |
View all changes introduced in this branch ↗︎ |
fides Run #10876
Run Properties:
|
Project |
fides
|
Branch Review |
main
|
Run status |
Passed #10876
|
Run duration | 00m 38s |
Commit |
eaace633f7: ignore checking BE with FE CI changes (#5474)
|
Committer | Jason Gill |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
4
|
Upgrade your plan to view test results. | |
View all changes introduced in this branch ↗︎ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5474 +/- ##
==========================================
+ Coverage 84.77% 85.20% +0.43%
==========================================
Files 386 386
Lines 24234 24234
Branches 2640 2640
==========================================
+ Hits 20544 20649 +105
+ Misses 3134 3032 -102
+ Partials 556 553 -3 ☔ View full report in Codecov by Sentry. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description Of Changes
While working on FE CI stuff, the Backend checks keep firing off just because I'm updating the github actions for FE. This change is to stop that madness.
Code Changes