Skip to content

Commit

Permalink
Merge pull request #436 from byllyfish/codecov-fix
Browse files Browse the repository at this point in the history
Codecov fix
  • Loading branch information
byllyfish authored Feb 16, 2024
2 parents 9dba634 + 99f3807 commit ad59cd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
FINSY_TEST_NO_BENCHMARK=1 COVERAGE_RUN=true pytest --cov finsy
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1
with:
token: ${{ secrets.FINSY_CODECOV_TOKEN }}
- name: Format Check
run: |
black --check .
Expand Down
2 changes: 1 addition & 1 deletion tests/test_p4client.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ async def test_wrong_tls_client_vs_tls_server_wait_for_ready(p4rt_secure_server)


# On Windows, the "Socket closed" message is "End of TCP stream".
_UNAVAILABLE1 = "UNAVAILABLE:.*: (?:Socket closed|End of TCP stream)"
_UNAVAILABLE1 = "UNAVAILABLE:.*: (?:Socket closed|End of TCP stream|recvmsg:Connection reset by peer)"
# On Windows, the "Connection reset by peer" message is "Connection aborted".
_UNAVAILABLE2 = "UNAVAILABLE:.*: (?:Socket closed|End of TCP stream|recvmsg:Connection reset by peer|Connection aborted|Connection reset)"

Expand Down

0 comments on commit ad59cd2

Please sign in to comment.