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: [v1] Migrating testing and release workflows to GitHub Actions. #3109

Merged
merged 1 commit into from
Aug 1, 2023

Conversation

ruisebas
Copy link
Member

Description

This PR adds GitHub Action workflows for the following CD/CI operations for the v1 version:

  • Build & Unit Tests
  • Fortify Scan
  • Release

General Checklist

  • Added new tests to cover change, if needed
  • Build succeeds with all target using Swift Package Manager
  • All unit tests pass
  • All integration tests pass
  • Security oriented best practices and standards are followed (e.g. using input sanitization, principle of least privilege, etc)
  • Documentation update for the change if required
  • PR title conforms to conventional commit style
  • New or updated tests include Given When Then inline code documentation and are named accordingly testThing_condition_expectation()
  • If breaking change, documentation/changelog update with migration instructions

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@codecov-commenter
Copy link

codecov-commenter commented Jul 31, 2023

Codecov Report

Merging #3109 (b06308b) into v1 (72cb7d4) will decrease coverage by 9.89%.
The diff coverage is n/a.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##               v1    #3109      +/-   ##
==========================================
- Coverage   73.76%   63.88%   -9.89%     
==========================================
  Files          50      722     +672     
  Lines        1441    23193   +21752     
==========================================
+ Hits         1063    14816   +13753     
- Misses        378     8377    +7999     
Flag Coverage Δ
API_plugin_unit_test 62.98% <ø> (?)
AWSPluginsCore 73.69% <ø> (-0.07%) ⬇️
Amplify 51.16% <ø> (?)
Analytics_plugin_unit_test 72.58% <ø> (?)
Auth_plugin_unit_test 83.80% <ø> (?)
DataStore_plugin_unit_test 81.17% <ø> (?)
Geo_plugin_unit_test 57.87% <ø> (?)
Predictions_plugin_unit_test 33.58% <ø> (?)
Storage_plugin_unit_test 59.53% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 673 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@ruisebas ruisebas force-pushed the ruisebas/github-actions-migration-v1 branch from b06308b to e1ab50e Compare July 31, 2023 20:28
@ruisebas ruisebas temporarily deployed to Fortify July 31, 2023 20:28 — with GitHub Actions Inactive
@ruisebas ruisebas marked this pull request as ready for review August 1, 2023 19:33
@ruisebas ruisebas requested a review from a team as a code owner August 1, 2023 19:33
@ruisebas ruisebas force-pushed the ruisebas/github-actions-migration-v1 branch from e1ab50e to 6114d18 Compare August 1, 2023 19:44
@ruisebas ruisebas temporarily deployed to Fortify August 1, 2023 19:44 — with GitHub Actions Inactive
@ruisebas ruisebas merged commit 1c17841 into v1 Aug 1, 2023
14 checks passed
@ruisebas ruisebas deleted the ruisebas/github-actions-migration-v1 branch August 1, 2023 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants