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

Drop deprecated sbt IntegrationTest configuration #4971

Merged
merged 16 commits into from
Dec 5, 2023
Merged

Conversation

RustedBones
Copy link
Contributor

Fix #4862

@RustedBones RustedBones changed the title Integration test Drop deprecated sbt IntegrationTest configuration Aug 30, 2023
@codecov
Copy link

codecov bot commented Aug 30, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d337af1) 63.42% compared to head (2c34c6e) 63.42%.

❗ Current head 2c34c6e differs from pull request most recent head fd2f57b. Consider uploading reports for the commit fd2f57b to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4971   +/-   ##
=======================================
  Coverage   63.42%   63.42%           
=======================================
  Files         288      288           
  Lines       10807    10807           
  Branches      785      785           
=======================================
  Hits         6854     6854           
  Misses       3953     3953           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@RustedBones RustedBones marked this pull request as ready for review August 31, 2023 09:39
@@ -19,7 +19,8 @@ jobs:
distribution: temurin
java-version: 11
- run: >
sbt "; headerCheckAll; javafmtCheckAll; scalafmtCheckAll; scalafmtSbtCheck"
sbt "; scalafmtSbtCheck; javafmtCheckAll; scalafmtCheckAll; headerCheckAll"
"; integration/javafmtCheckAll; integration/scalafmtCheckAll; integration/headerCheckAll"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

integration module is not aggregated on purpose

@@ -24,4 +24,4 @@ jobs:
- name: set JVM opts
run: scripts/gha_setup.sh
- name: Run Dataflow jobs
run: sbt ${{ env.SBT_OPTS }} "scio-examples/IntegrationTest/runMain com.spotify.scio.examples.RunPreReleaseIT --runId=${{ github.run_id }}"
run: sbt ${{ env.SBT_OPTS }} "scio-examples/Test/runMain com.spotify.scio.examples.RunPreReleaseIT --runId=${{ github.run_id }}"
Copy link
Contributor Author

@RustedBones RustedBones Aug 31, 2023

Choose a reason for hiding this comment

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

left the RunPreReleaseIT in scio-examples to not add this non scio module dependency to integration

@RustedBones RustedBones merged commit d394cca into main Dec 5, 2023
13 checks passed
@RustedBones RustedBones deleted the integration-test branch December 5, 2023 13:42
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.

Move away from IntegrationTest sbt configuration
2 participants