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

Remove ci preset #754

Merged
merged 2 commits into from
Dec 16, 2022
Merged

Remove ci preset #754

merged 2 commits into from
Dec 16, 2022

Conversation

connor-baer
Copy link
Member

Purpose

The ci preset provided a template for a GitHub Actions workflow that would run the various presets and tools that Foundry offers.

In many of our projects, we've had to customize the workflow e.g. to run additional tools. This makes it impossible to upgrade the workflow automatically. We're looking into reusing workflows, though this tooling will likely remain internal to SumUp.

Approach and changes

  • Remove the ci preset and the GitHub Actions workflow template

Definition of done

  • Development completed
  • Reviewers assigned
  • Unit and integration tests

@connor-baer connor-baer requested a review from a team as a code owner December 16, 2022 12:20
@connor-baer connor-baer requested review from tareqlol and removed request for a team December 16, 2022 12:20
@changeset-bot
Copy link

changeset-bot bot commented Dec 16, 2022

🦋 Changeset detected

Latest commit: 180dd90

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@sumup/foundry Major

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@connor-baer connor-baer added this to the 6.0 milestone Dec 16, 2022
@codecov
Copy link

codecov bot commented Dec 16, 2022

Codecov Report

Merging #754 (180dd90) into next (77d7ae5) will decrease coverage by 0.41%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             next     #754      +/-   ##
==========================================
- Coverage   69.00%   68.58%   -0.42%     
==========================================
  Files          21       18       -3     
  Lines         400      382      -18     
  Branches       65       64       -1     
==========================================
- Hits          276      262      -14     
+ Misses        124      120       -4     
Impacted Files Coverage Δ
src/configs/index.ts 100.00% <ø> (ø)
src/types/shared.ts 100.00% <ø> (ø)
src/presets/index.ts 100.00% <100.00%> (ø)

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

@connor-baer connor-baer merged commit 88be0df into next Dec 16, 2022
@connor-baer connor-baer deleted the feature/remove-ci branch December 16, 2022 12:21
This was referenced Apr 16, 2023
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.

1 participant