Skip to content
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: Dynamically load project matrix for github actions #50

Merged
merged 6 commits into from
Feb 1, 2023

Conversation

Fgruntjes
Copy link
Owner

No description provided.

@Fgruntjes Fgruntjes force-pushed the initial-build branch 7 times, most recently from 599bc26 to 9a9f38e Compare January 20, 2023 12:27
@github-actions
Copy link

github-actions bot commented Jan 20, 2023

Test Run for PR #50 Run #112

Run Summary

Overall Result: ✔️ Pass
Pass Rate: 100%
Run Duration: 5s 964ms
Date: 2023-02-01 15:45:36 - 2023-02-01 15:45:42
Framework: .NETCoreApp,Version=v7.0
Total Tests: 17

✔️ Passed ❌ Failed ⚠️ Skipped
17 0 0
100% 0% 0%

Result Sets

App.Lib.Ynab.Tests.dll - 100%

Full Results
Result Test Duration
✔️ Passed App.Lib.Ynab.Tests.Rest.RefreshTokenHandlerTest.ValidTokenWithHeader 137ms
✔️ Passed App.Lib.Ynab.Tests.Rest.TokenCleanupHandlerTest.DisconnectNotAuthorized 17ms
✔️ Passed App.Lib.Ynab.Tests.Rest.RefreshTokenHandlerTest.IgnoreTokenException 5ms
✔️ Passed App.Lib.Ynab.Tests.Rest.TokenCleanupHandlerTest.NothingOnServerError 14ms
✔️ Passed App.Lib.Ynab.Tests.Rest.TokenCleanupHandlerTest.NothingOnSuccess < 1ms
✔️ Passed App.Lib.Ynab.Tests.Service.ConnectServiceTest.GetRedirectUrl_Success 420ms
✔️ Passed App.Lib.Ynab.Tests.Service.ConnectServiceTest.GetValidAccess_RefreshJsonException 229ms
✔️ Passed App.Lib.Ynab.Tests.Service.ConnectServiceTest.GetValidAccess_RefreshHttpException 18ms
✔️ Passed App.Lib.Ynab.Tests.Service.ConnectServiceTest.IsConnected_ValidToken 5ms
✔️ Passed App.Lib.Ynab.Tests.Service.ConnectServiceTest.GetValidAccessToken_Expired 41ms
✔️ Passed App.Lib.Ynab.Tests.Service.ConnectServiceTest.IsConnected_EmptyToken 4ms
✔️ Passed App.Lib.Ynab.Tests.Service.ConnectServiceTest.Disconnect 6ms
✔️ Passed App.Lib.Ynab.Tests.Service.ConnectServiceTest.ProcessReturn_Success 18ms
✔️ Passed App.Lib.Ynab.Tests.Service.ConnectServiceTest.GetValidAccessToken_Success 4ms
✔️ Passed App.Lib.Ynab.Tests.Service.ConnectServiceTest.GetValidAccess_AccessTokenEmptyToken 6ms
✔️ Passed App.Lib.Ynab.Tests.Service.ConnectServiceTest.GetValidAccess_RefreshTokenEmptyToken 5ms
✔️ Passed App.Lib.Ynab.Tests.Service.ConnectServiceTest.IsConnected_ExpiredToken 3ms

Run Messages

Informational

[xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.4.5+1caef2f33e (64-bit .NET 7.0.2)
[xUnit.net 00:00:04.33]   Discovering: App.Lib.Ynab.Tests
[xUnit.net 00:00:04.37]   Discovered:  App.Lib.Ynab.Tests
[xUnit.net 00:00:04.37]   Starting:    App.Lib.Ynab.Tests
[xUnit.net 00:00:05.21]   Finished:    App.Lib.Ynab.Tests
Warning

Error


Created using Liquid Test Reports

@github-actions
Copy link

github-actions bot commented Jan 20, 2023

Test Dashboard

🕙 Start time ⌛ Duration
2/1/2023, 3:45:41 PM 22.316 s
✅ Passed ❌ Failed 🚧 Todo ⚪ Total
Test Suites 43 0 - 43
Tests 86 0 0 86

src/components/AppRoot.test.tsx [link]

1 passed, 0 failed, 0 todo, done in 0.696 s

  • ✅ AppRoot
    • ✅ Render current page without error

src/components/AuthGuard.test.tsx [link]

2 passed, 0 failed, 0 todo, done in 0.346 s

  • ✅ AuthGuard
    • ✅ Redirect when not logged in
    • ✅ Render children when logged in

src/components/AuthProvider.test.tsx [link]

2 passed, 0 failed, 0 todo, done in 0.668 s

  • ✅ AuthProvider
    • ✅ Render children without error
    • ✅ Render error on missing setting

src/components/Layout.test.tsx [link]

7 passed, 0 failed, 0 todo, done in 0.689 s

  • ✅ RootDefault
    • ✅ Render RootDefault without errors
  • ✅ RootCenter
    • ✅ Render RootCenter without errors
  • ✅ SideNav
    • ✅ Render SideNav without errors
  • ✅ Main
    • ✅ Render Main without errors
  • ✅ MainWrapper
    • ✅ Render MainWrapper without errors
  • ✅ Header
    • ✅ Render Header without errors
  • ✅ Footer
    • ✅ Render Footer without errors

src/components/Loader.test.tsx [link]

1 passed, 0 failed, 0 todo, done in 0.48 s

  • ✅ Loader
    • ✅ Render Loader without errors

src/components/LogoutButton.test.tsx [link]

2 passed, 0 failed, 0 todo, done in 0.627 s

  • ✅ LogoutButton
    • ✅ Render without error
    • ✅ Press button

src/components/MenuItem.test.tsx [link]

2 passed, 0 failed, 0 todo, done in 0.484 s

  • ✅ AppMenuItem
    • ✅ Render without error
    • ✅ Press item and navigate to link

src/components/PageTitle.test.tsx [link]

1 passed, 0 failed, 0 todo, done in 0.584 s

  • ✅ PageTitle
    • ✅ Render without error

src/configure.test.ts [link]

1 passed, 0 failed, 0 todo, done in 0.206 s

  • ✅ bootstrap.configure
    • ✅ Nothing to test

src/createQueryClient.test.tsx [link]

1 passed, 0 failed, 0 todo, done in 0.264 s

  • ✅ createQueryClient
    • ✅ Nothing to test

src/data/useYnabConnectService.test.tsx [link]

1 passed, 0 failed, 0 todo, done in 0.399 s

  • ✅ useYnabConnectService
    • ✅ Call connect

src/data/useYnabDisconnectService.test.tsx [link]

1 passed, 0 failed, 0 todo, done in 0.392 s

  • ✅ useYnabDisconnectService
    • ✅ Call disconnect

src/data/useYnabReturnService.test.tsx [link]

7 passed, 0 failed, 0 todo, done in 0.763 s

  • ✅ useYnabReturnService
    • ✅ Call connect and show success
    • ✅ Show error on failure
    • ✅ Show missing code
    • ✅ Show missing code
    • ✅ Show missing code
    • ✅ Show missing code
    • ✅ Show missing code

src/data/useYnabStatusService.test.tsx [link]

1 passed, 0 failed, 0 todo, done in 0.517 s

  • ✅ useYnabStatusService
    • ✅ Call status

src/errors/LoginError.test.ts [link]

1 passed, 0 failed, 0 todo, done in 0.213 s

  • ✅ LoginError
    • ✅ Nothing to test

src/hoc/withComponentErrorBoundary.test.tsx [link]

3 passed, 0 failed, 0 todo, done in 0.655 s

  • ✅ withComponentErrorBoundary
    • ✅ Render component without error
    • ✅ Render error and retry
    • ✅ Alternative title

src/hooks/auth.test.tsx [link]

7 passed, 0 failed, 0 todo, done in 1.163 s

  • ✅ useAuth
    • ✅ Call signIn when logged out
    • ✅ Call signIn when logged in
    • ✅ Call signOut when logged in
    • ✅ Call signOut when logged out
    • ✅ Succesfull sign in
    • ✅ Failed sign in
    • ✅ Token expired

src/i18n.test.ts [link]

1 passed, 0 failed, 0 todo, done in 0.214 s

  • ✅ bootstrap.i18n
    • ✅ Nothing to test

src/index.test.tsx [link]

1 passed, 0 failed, 0 todo, done in 0.204 s

  • ✅ bootstrap.index
    • ✅ Index page not tested

src/locales/namespaces.test.ts [link]

1 passed, 0 failed, 0 todo, done in 0.207 s

  • ✅ i18n.namespaces
    • ✅ Nothing to test

src/menu.test.tsx [link]

1 passed, 0 failed, 0 todo, done in 0.213 s

  • ✅ bootstrap.menu
    • ✅ Nothing to test

src/pages/ErrorPage.test.tsx [link]

6 passed, 0 failed, 0 todo, done in 0.897 s

  • ✅ ErrorPage
    • ✅ Render page without error
    • ✅ Render page with Error object
    • ✅ Render page with Error string
    • ✅ Render page with Error statusText and statusCode
    • ✅ Render page with 404
    • ✅ Render page with unknown error

src/pages/HomePage.test.tsx [link]

1 passed, 0 failed, 0 todo, done in 0.338 s

  • ✅ HomePage
    • ✅ Render page without error

src/pages/IndexPage.test.tsx [link]

1 passed, 0 failed, 0 todo, done in 0.326 s

  • ✅ IndexPage
    • ✅ Render without error

src/pages/IntegrationsPage.test.tsx [link]

1 passed, 0 failed, 0 todo, done in 0.901 s

  • ✅ IntegrationsPage
    • ✅ Render without error

src/pages/integrationsPage/ConnectButton.test.tsx [link]

1 passed, 0 failed, 0 todo, done in 0.609 s

  • ✅ ConnectButton
    • ✅ Render children without error

src/pages/integrationsPage/DisconnectButton.test.tsx [link]

1 passed, 0 failed, 0 todo, done in 0.58 s

  • ✅ DisconnectButton
    • ✅ Render children without error

src/pages/integrationsPage/IntegrationReturnYnab.test.tsx [link]

3 passed, 0 failed, 0 todo, done in 0.613 s

  • ✅ IntegrationReturnYnab
    • ✅ Render loading
    • ✅ Navigate after loading
    • ✅ Error on missing return code

src/pages/integrationsPage/IntegrationStatusList.test.tsx [link]

1 passed, 0 failed, 0 todo, done in 0.456 s

  • ✅ IntegrationStatusList
    • ✅ Render children without error

src/pages/integrationsPage/IntegrationStatusYnab.test.tsx [link]

7 passed, 0 failed, 0 todo, done in 1.939 s

  • ✅ IntegrationStatusYnab
    • ✅ Render loading status
    • ✅ Render connected
    • ✅ Render connected, click disconnect
    • ✅ Render connected, loading disconnect button
    • ✅ Render disconnected
    • ✅ Render disconnected, loading connect button
    • ✅ Render disconnected, click connect

src/pages/integrationsPage/StatusConnected.test.tsx [link]

1 passed, 0 failed, 0 todo, done in 0.505 s

  • ✅ StatusConnected
    • ✅ Render children without error

src/pages/integrationsPage/StatusContainer.test.tsx [link]

1 passed, 0 failed, 0 todo, done in 0.449 s

  • ✅ StatusContainer
    • ✅ Render without error

src/pages/integrationsPage/StatusDisconnected.test.tsx [link]

1 passed, 0 failed, 0 todo, done in 0.506 s

  • ✅ StatusDisconnected
    • ✅ Render children without error

src/pages/LoginPage.test.tsx [link]

2 passed, 0 failed, 0 todo, done in 0.672 s

  • ✅ LoginPage
    • ✅ Call signIn when Login is pressed
    • ✅ Redirect when logged in

src/pages/RouteErrorPage.test.tsx [link]

1 passed, 0 failed, 0 todo, done in 0.637 s

  • ✅ RouteErrorPage
    • ✅ Render page with route error

src/paths.test.ts [link]

1 passed, 0 failed, 0 todo, done in 0.209 s

  • ✅ bootstrap.paths
    • ✅ Nothing to test

src/reportWebVitals.test.ts [link]

1 passed, 0 failed, 0 todo, done in 0.199 s

  • ✅ bootstrap.reportWebVitals
    • ✅ Could be tested, code generated by create react app

src/routes.test.tsx [link]

1 passed, 0 failed, 0 todo, done in 0.202 s

  • ✅ bootstrap.routes
    • ✅ Nothing to test

src/theme.test.ts [link]

1 passed, 0 failed, 0 todo, done in 0.224 s

  • ✅ bootstrap.theme
    • ✅ Nothing to test

src/util/redirect.test.ts [link]

1 passed, 0 failed, 0 todo, done in 0.206 s

  • ✅ redirectTo
    • ✅ Redirect to url

src/util/stringIsEmpty.test.ts [link]

1 passed, 0 failed, 0 todo, done in 0.216 s

  • ✅ stringIsEmpty
    • ✅ Validate stringIsEmpty values

src/util/testRenderQueryHook.test.tsx [link]

1 passed, 0 failed, 0 todo, done in 0.322 s

  • ✅ testRenderHook
    • ✅ helper method

src/util/useErrorToString.test.tsx [link]

6 passed, 0 failed, 0 todo, done in 0.34 s

  • ✅ useErrorToString
    • ✅ Produces: string
    • ✅ Produces: simple
    • ✅ Produces: emptyError
    • ✅ Produces: emptyError
    • ✅ Produces: emptyError
    • ✅ Produces: emptyError

@Fgruntjes Fgruntjes force-pushed the initial-build branch 4 times, most recently from ab5fd85 to 3b1ed4d Compare January 23, 2023 11:00
@Fgruntjes Fgruntjes temporarily deployed to Staging_test January 23, 2023 11:02 — with GitHub Actions Inactive
@Fgruntjes Fgruntjes temporarily deployed to Staging_test January 23, 2023 11:02 — with GitHub Actions Inactive
@Fgruntjes Fgruntjes force-pushed the initial-build branch 7 times, most recently from 4744607 to 02d55cb Compare January 23, 2023 11:49
@Fgruntjes Fgruntjes temporarily deployed to Staging_test January 23, 2023 11:50 — with GitHub Actions Inactive
@Fgruntjes Fgruntjes temporarily deployed to Staging_test January 23, 2023 11:51 — with GitHub Actions Inactive
@Fgruntjes Fgruntjes temporarily deployed to Staging_test January 23, 2023 11:51 — with GitHub Actions Inactive
@Fgruntjes Fgruntjes force-pushed the initial-build branch 2 times, most recently from 4d5e82c to ef16134 Compare February 1, 2023 11:48
@Fgruntjes Fgruntjes temporarily deployed to initial-build February 1, 2023 11:52 — with GitHub Actions Inactive
@Fgruntjes Fgruntjes force-pushed the initial-build branch 2 times, most recently from 629fc36 to 9c33fe5 Compare February 1, 2023 11:54
@Fgruntjes Fgruntjes temporarily deployed to initial-build February 1, 2023 11:56 — with GitHub Actions Inactive
@Fgruntjes Fgruntjes temporarily deployed to 50-merge February 1, 2023 12:05 — with GitHub Actions Inactive
@Fgruntjes Fgruntjes force-pushed the initial-build branch 3 times, most recently from ca8ddc7 to e7a3144 Compare February 1, 2023 12:11
@Fgruntjes Fgruntjes temporarily deployed to it-50-merge February 1, 2023 12:13 — with GitHub Actions Inactive
@Fgruntjes Fgruntjes force-pushed the initial-build branch 3 times, most recently from 4654ec3 to 6fff2f8 Compare February 1, 2023 12:51
@Fgruntjes Fgruntjes temporarily deployed to 50-merge February 1, 2023 12:54 — with GitHub Actions Inactive
@Fgruntjes Fgruntjes temporarily deployed to it-50-merge February 1, 2023 13:01 — with GitHub Actions Inactive
@Fgruntjes Fgruntjes force-pushed the initial-build branch 2 times, most recently from cbdd295 to 57340c0 Compare February 1, 2023 13:22
@Fgruntjes Fgruntjes merged commit 74ceb50 into main Feb 1, 2023
@Fgruntjes Fgruntjes deleted the initial-build branch February 1, 2023 15:50
@github-actions
Copy link

github-actions bot commented Feb 2, 2023

🎉 This PR is included in version 1.0.4 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant