Skip to content

chore: migrate CI to GH actions (core checks) #1280

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

Merged
merged 14 commits into from
Jan 18, 2023

Conversation

mdjastrzebski
Copy link
Member

@mdjastrzebski mdjastrzebski commented Jan 17, 2023

Summary

Our Circle CI setup stopped working correctly, and after conversation with @thymikee we decided to move to GH actions. This PR addresses moving the basic jobs there:

  • Lint
  • TypeScript
  • Tests
  • Flow
  • Tests Website
  • Tests React 17
  • Codecov

A separate PR will be made for job responsible for publishing GH docs.

Test plan

All jobs pass

@mdjastrzebski mdjastrzebski changed the title [WIP] chore: migrate CI to GH actions [WIP] chore: migrate CI to GH actions (core checks) Jan 17, 2023
@codecov
Copy link

codecov bot commented Jan 18, 2023

Codecov Report

Base: 94.94% // Head: 95.13% // Increases project coverage by +0.18% 🎉

Coverage data is based on head (10f9ea8) compared to base (e38c627).
Patch coverage: 98.61% of modified lines in pull request are covered.

❗ Current head 10f9ea8 differs from pull request most recent head c90ddcd. Consider uploading reports for the commit c90ddcd to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1280      +/-   ##
==========================================
+ Coverage   94.94%   95.13%   +0.18%     
==========================================
  Files          45       46       +1     
  Lines        3088     3205     +117     
  Branches      457      483      +26     
==========================================
+ Hits         2932     3049     +117     
  Misses        156      156              
Impacted Files Coverage Δ
src/queries/text.ts 97.67% <93.33%> (+0.37%) ⬆️
src/config.ts 100.00% <100.00%> (ø)
src/fireEvent.ts 98.65% <100.00%> (ø)
src/helpers/accessiblity.ts 100.00% <100.00%> (ø)
src/helpers/host-component-names.tsx 100.00% <100.00%> (ø)
src/helpers/matchers/matchTextContent.ts 100.00% <100.00%> (ø)
src/queries/displayValue.ts 100.00% <100.00%> (ø)
src/queries/placeholderText.ts 100.00% <100.00%> (ø)
src/queries/role.ts 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@mdjastrzebski mdjastrzebski changed the title [WIP] chore: migrate CI to GH actions (core checks) chore: migrate CI to GH actions (core checks) Jan 18, 2023
@mdjastrzebski mdjastrzebski marked this pull request as ready for review January 18, 2023 09:04
@mdjastrzebski mdjastrzebski merged commit c90d0ee into main Jan 18, 2023
@mdjastrzebski mdjastrzebski deleted the chore/migrate-to-gh-actions branch January 18, 2023 09:15
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.

2 participants