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

test: React frameworks compatibility automation #1719

Open
wants to merge 21 commits into
base: master
Choose a base branch
from

Conversation

petyosi
Copy link
Contributor

@petyosi petyosi commented Aug 19, 2022

🎯 Goal

This lets us detect regressions and incompatibilities with NextJS/Remix - we can add others.

🛠 Implementation details

a shell script that does typical hello world in NextJS + build.

@codecov
Copy link

codecov bot commented Aug 19, 2022

Codecov Report

Base: 83.58% // Head: 83.58% // No change to project coverage 👍

Coverage data is based on head (e976d7e) compared to base (2d91cef).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #1719   +/-   ##
========================================
  Coverage    83.58%   83.58%           
========================================
  Files          259      259           
  Lines         6396     6396           
  Branches      1795     1795           
========================================
  Hits          5346     5346           
  Misses         883      883           
  Partials       167      167           

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.

@petyosi petyosi changed the title NextJS compatibility automation React frameworks compatibility automation Aug 19, 2022
oliverlaz
oliverlaz previously approved these changes Aug 22, 2022
@@ -36,10 +36,18 @@ jobs:
- name: 🔨 Install Dependencies
run: yarn install --frozen-lockfile --ignore-engines --ignore-scripts

- uses: actions/cache@v3
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job 👍🏼

@arnautov-anton arnautov-anton force-pushed the automate-nextjs-test branch 8 times, most recently from 4bd60a5 to 6413aa4 Compare August 31, 2022 19:19
@arnautov-anton arnautov-anton force-pushed the automate-nextjs-test branch 2 times, most recently from 081b19e to 356f4fb Compare November 11, 2022 14:10
@arnautov-anton arnautov-anton marked this pull request as ready for review November 11, 2022 17:11
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.

None yet

3 participants