-
Notifications
You must be signed in to change notification settings - Fork 3
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
Trigger CI pipeline when pushing commits to an open PR #25
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 ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## revamp #25 +/- ##
======================================
Coverage 8.73% 8.73%
======================================
Files 27 27
Lines 1648 1648
Branches 44 19 -25
======================================
Hits 144 144
Misses 1504 1504
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
mtbitcr
approved these changes
Nov 4, 2024
cryptosalomao
added a commit
that referenced
this pull request
Nov 15, 2024
* initial files * chore: change text style * initial version for onboard flow * chore: add validation to file field * chore: setup react router * chore: initial service integration * chore: remove pwa checker from EnvironmentAction function * chore: update design primitives * chore: configure font family with css * chore: configure fonts.css * chore: create login screen * chore: fix aspect ratio * chore: change illustration position * chore: unlock with PIN * chore: fix icons; fix alignment * fix deployment * chore: fix deployment * chore: add rewrite rule for vercel deployments * chore: create initial translations * chore: add more translations * chore: remove old homepage; change root route to Login page * chore: add i18n functionalities * chore: add test setup * chore: add test setup * chore: create identity recovery pages * chore: add paste actions * chore: add links and fix layout dimensions * chore: add sample test cases for Unlock screen * chore: import proper typedefs for mocked function * chore: clanup * chore: remove data-testid property from components * chore: create home page component (#21) * chore: make CI pipeline run after pushing commits to an open PR (#25) * chore: create notifications page (#37) * Identity creation flow (#23) * chore: create identity start page * chore: add more onboarding components * chore: fix vercel deployment * chore: update select component layout * chore: fix component typedefs * chore: fix upload component behavior * wip * chore: add navigation between screens * Bills list overview (#38) * chore: create notifications page * bills list components * Issue bill flow (#49) * start bill creation flow * create bill and preview bill pages * View bill page (#48) * chore: create bill visualization page * chore: add header action buttons * fix route path * ignore generated incremental build files --------- Co-authored-by: MT <[email protected]>
cryptosalomao
added a commit
that referenced
this pull request
Nov 16, 2024
* initial files * chore: change text style * initial version for onboard flow * chore: add validation to file field * chore: setup react router * chore: initial service integration * chore: remove pwa checker from EnvironmentAction function * chore: update design primitives * chore: configure font family with css * chore: configure fonts.css * chore: create login screen * chore: fix aspect ratio * chore: change illustration position * chore: unlock with PIN * chore: fix icons; fix alignment * fix deployment * chore: fix deployment * chore: add rewrite rule for vercel deployments * chore: create initial translations * chore: add more translations * chore: remove old homepage; change root route to Login page * chore: add i18n functionalities * chore: add test setup * chore: add test setup * chore: create identity recovery pages * chore: add paste actions * chore: add links and fix layout dimensions * chore: add sample test cases for Unlock screen * chore: import proper typedefs for mocked function * chore: clanup * chore: remove data-testid property from components * chore: create home page component (#21) * chore: make CI pipeline run after pushing commits to an open PR (#25) * chore: create notifications page (#37) * Identity creation flow (#23) * chore: create identity start page * chore: add more onboarding components * chore: fix vercel deployment * chore: update select component layout * chore: fix component typedefs * chore: fix upload component behavior * wip * chore: add navigation between screens * Bills list overview (#38) * chore: create notifications page * bills list components * Issue bill flow (#49) * start bill creation flow * create bill and preview bill pages * View bill page (#48) * chore: create bill visualization page * chore: add header action buttons * fix route path * ignore generated incremental build files * chore: removed unused code * create mint and sell bill pages (#52) --------- Co-authored-by: MT <[email protected]>
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.
Currently, the CI pipeline is only triggered when merging PRs or pushing code directly to the branches. The added property now enables the pipeline to run on commits pushed to an open PR.