diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5a5eb1247..47d291633 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -95,8 +95,9 @@ jobs: - name: Report coverage if: ${{ github.event_name != 'schedule' }} - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: + token: ${{ secrets.CODECOV_TOKEN }} files: coverage.xml fail_ci_if_error: true diff --git a/tests/integration_tests/test_matchmaker.py b/tests/integration_tests/test_matchmaker.py index 30ba1cbd9..be58d7ae4 100644 --- a/tests/integration_tests/test_matchmaker.py +++ b/tests/integration_tests/test_matchmaker.py @@ -61,6 +61,7 @@ async def test_game_launch_message(lobby_server): } +@pytest.mark.flaky @fast_forward(70) async def test_game_launch_message_map_generator(lobby_server): _, proto1, _, proto2 = await queue_players_for_matchmaking(