cucumber / godog

Cucumber for golang
MIT License
2.21k stars 249 forks source link

Remove duplicate warning message #590

Closed vearutop closed 5 months ago

vearutop commented 5 months ago

🤔 What's changed?

Removed duplicate message for

Use of godog CLI is deprecated, please use *testing.T instead.
See https://github.com/cucumber/godog/discussions/478 for details.

⚡️ What's your motivation?

Duplicate message is unnecessary.

🏷️ What kind of change is this?

♻️ Anything particular you want feedback on?

📋 Checklist:


This text was originally generated from a template, then edited by hand. You can modify the template here.

github-actions[bot] commented 5 months ago

Go API Changes

# summary
Inferred base version: v0.13.0
Suggested version: v0.13.1
codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (592f1cd) 83.22% compared to head (7349a3a) 83.22%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #590 +/- ## ======================================= Coverage 83.22% 83.22% ======================================= Files 28 28 Lines 3416 3416 ======================================= Hits 2843 2843 Misses 458 458 Partials 115 115 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.