Skip to content

Commit 1d8faed

Browse files
committed
rollback to legacy
1 parent 33e3b8e commit 1d8faed

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/build_test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -523,12 +523,8 @@ jobs:
523523
fail_ci_if_error: false
524524
verbose: true
525525
- name: Upload test results to Codecov
526-
if: ${{ always() }}
526+
if: ${{ !cancelled() }}
527527
uses: codecov/test-results-action@v1
528528
with:
529529
token: ${{ secrets.CODECOV_TOKEN }}
530530
files: junit_results/*.xml
531-
flags: test-results
532-
name: test-results-${{ github.run_id }}
533-
fail_ci_if_error: false
534-
verbose: true

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ depends = py39, py310, py311, py312, py313
164164
[pytest]
165165
log_level = info
166166
addopts = -ra --strict-markers
167-
junit_family = xunit2
167+
junit_family = legacy
168168
filterwarnings =
169169
error::UserWarning:cryptography.*
170170
error::cryptography.utils.CryptographyDeprecationWarning

0 commit comments

Comments
 (0)