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(test): remove deprecated junit-platform-runner #418

Merged
merged 2 commits into from
Sep 15, 2022

Conversation

bednar
Copy link
Contributor

@bednar bednar commented Sep 8, 2022

Closes #327

Proposed Changes

This PR removes dependency to deprecated junit-platform-runner package.

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • A test has been added if appropriate
  • mvn test completes successfully
  • Commit messages are conventional
  • Sign CLA (if not already signed)

@bednar bednar marked this pull request as ready for review September 8, 2022 10:53
@bednar bednar requested a review from michaelahojna September 8, 2022 10:53
@codecov-commenter
Copy link

Codecov Report

Merging #418 (6987448) into master (b410e4d) will increase coverage by 0.14%.
The diff coverage is n/a.

❗ Current head 6987448 differs from pull request most recent head 1a95d2f. Consider uploading reports for the commit 1a95d2f to get more accurate results

@@             Coverage Diff              @@
##             master     #418      +/-   ##
============================================
+ Coverage     88.22%   88.36%   +0.14%     
- Complexity      775      776       +1     
============================================
  Files           172      172              
  Lines          6987     6987              
  Branches        375      375              
============================================
+ Hits           6164     6174      +10     
+ Misses          712      701      -11     
- Partials        111      112       +1     
Impacted Files Coverage Δ
...com/influxdb/client/flux/internal/FluxApiImpl.java 100.00% <0.00%> (+2.41%) ⬆️
...influxdb/client/internal/InfluxQLQueryApiImpl.java 89.55% <0.00%> (+7.46%) ⬆️
...ava/com/influxdb/query/dsl/VariableAssignment.java 75.00% <0.00%> (+12.50%) ⬆️

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

@bednar bednar merged commit 5712b48 into master Sep 15, 2022
@bednar bednar deleted the remove-deprecated-junit-runner branch September 15, 2022 13:13
@bednar bednar added this to the 6.6.0 milestone Sep 15, 2022
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.

JUnitPlatform is deprecated
3 participants