interactions.py icon indicating copy to clipboard operation
interactions.py copied to clipboard

ci: Further measures to prevent collisions when running multiple copies of the test suit simultaneously

Open silasary opened this issue 1 year ago • 3 comments

Pull Request Type

  • [ ] Feature addition
  • [ ] Bugfix
  • [ ] Documentation update
  • [ ] Code refactor
  • [ ] Tests improvement
  • [x] CI/CD pipeline enhancement
  • [ ] Other: [Replace with a description]

Description

I'm hoping this fixes the intermittant Voice Test failures.

Changes

  • Makes the names of the voice channels used in tests even more unique.

Related Issues

Test Scenarios

Python Compatibility

  • [ ] I've ensured my code works on Python 3.10.x
  • [ ] I've ensured my code works on Python 3.11.x

Checklist

  • [ ] I've run the pre-commit code linter over all edited files
  • [ ] I've tested my changes on supported Python versions
  • [ ] I've added tests for my code, if applicable
  • [ ] I've updated / added documentation, where applicable

silasary avatar Mar 31 '24 13:03 silasary

Tests failures are solved by #1649

silasary avatar Mar 31 '24 13:03 silasary

Codecov Report

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

Project coverage is 46.12%. Comparing base (b96eece) to head (823d2fc).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff            @@
##           unstable    #1650   +/-   ##
=========================================
  Coverage     46.12%   46.12%           
=========================================
  Files           147      147           
  Lines         15650    15650           
=========================================
  Hits           7218     7218           
  Misses         8432     8432           

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

codecov-commenter avatar Apr 03 '24 02:04 codecov-commenter