Autosave support #1018
Annotations
29 errors and 32 warnings
build/macos-latest/cp37
Version 3.7 with arch arm64 not found
The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
|
build/macos-latest/cp38
Version 3.7 with arch arm64 not found
The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
|
build/macos-latest/cp310
Version 3.7 with arch arm64 not found
The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
|
build/macos-latest/cp39
Version 3.7 with arch arm64 not found
The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
|
test-sdist (ubuntu-latest, cp37)
This request has been automatically failed because it uses a deprecated version of `actions/download-artifact: v2`. Learn more: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/
|
test-sdist (macos-latest, cp37)
This request has been automatically failed because it uses a deprecated version of `actions/download-artifact: v2`. Learn more: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/
|
test-sdist (ubuntu-latest, cp38)
This request has been automatically failed because it uses a deprecated version of `actions/download-artifact: v2`. Learn more: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/
|
test-sdist (ubuntu-latest, cp310)
This request has been automatically failed because it uses a deprecated version of `actions/download-artifact: v2`. Learn more: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/
|
test-sdist (macos-latest, cp38)
This request has been automatically failed because it uses a deprecated version of `actions/download-artifact: v2`. Learn more: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/
|
test-sdist (windows-latest, cp37)
This request has been automatically failed because it uses a deprecated version of `actions/download-artifact: v2`. Learn more: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/
|
test-sdist (macos-latest, cp39)
This request has been automatically failed because it uses a deprecated version of `actions/download-artifact: v2`. Learn more: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/
|
test-sdist (ubuntu-latest, cp39)
This request has been automatically failed because it uses a deprecated version of `actions/download-artifact: v2`. Learn more: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/
|
test-sdist (windows-latest, cp310)
This request has been automatically failed because it uses a deprecated version of `actions/download-artifact: v2`. Learn more: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/
|
test-sdist (macos-latest, cp310)
This request has been automatically failed because it uses a deprecated version of `actions/download-artifact: v2`. Learn more: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/
|
test-sdist (windows-latest, cp38)
This request has been automatically failed because it uses a deprecated version of `actions/download-artifact: v2`. Learn more: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/
|
test-sdist (windows-latest, cp39)
This request has been automatically failed because it uses a deprecated version of `actions/download-artifact: v2`. Learn more: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/
|
build/ubuntu-latest/cp39
Command ['sh', '-c', 'pytest /project/tests --cov-report xml:/output/coverage.xml --junit-xml=/output/pytest-results.xml'] failed with code 2.
|
build/ubuntu-latest/cp39
Process completed with exit code 1.
|
build/ubuntu-latest/cp310
Command ['sh', '-c', 'pytest /project/tests --cov-report xml:/output/coverage.xml --junit-xml=/output/pytest-results.xml'] failed with code 2.
|
build/ubuntu-latest/cp310
Process completed with exit code 1.
|
build/windows-latest/cp39
Command python -X faulthandler -m pytest -s D:\a\pythonSoftIOC\pythonSoftIOC/tests --cov-report xml:D:\a\pythonSoftIOC\pythonSoftIOC/dist/coverage.xml --junit-xml=D:\a\pythonSoftIOC\pythonSoftIOC/dist/pytest-results.xml failed with code 2. None
|
build/windows-latest/cp39
Process completed with exit code 1.
|
build/windows-latest/cp310
Command python -X faulthandler -m pytest -s D:\a\pythonSoftIOC\pythonSoftIOC/tests --cov-report xml:D:\a\pythonSoftIOC\pythonSoftIOC/dist/coverage.xml --junit-xml=D:\a\pythonSoftIOC\pythonSoftIOC/dist/pytest-results.xml failed with code 2. None
|
build/windows-latest/cp310
Process completed with exit code 1.
|
build/windows-latest/cp38
Command python -X faulthandler -m pytest -s D:\a\pythonSoftIOC\pythonSoftIOC/tests --cov-report xml:D:\a\pythonSoftIOC\pythonSoftIOC/dist/coverage.xml --junit-xml=D:\a\pythonSoftIOC\pythonSoftIOC/dist/pytest-results.xml failed with code 1. None
|
build/windows-latest/cp38
Process completed with exit code 1.
|
build/windows-latest/cp37
Command python -X faulthandler -m pytest -s D:\a\pythonSoftIOC\pythonSoftIOC/tests --cov-report xml:D:\a\pythonSoftIOC\pythonSoftIOC/dist/coverage.xml --junit-xml=D:\a\pythonSoftIOC\pythonSoftIOC/dist/pytest-results.xml failed with code 1. None
|
build/windows-latest/cp37
Process completed with exit code 1.
|
Publish Unit Tests Results
This request has been automatically failed because it uses a deprecated version of `actions/download-artifact: v2`. Learn more: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build/macos-latest/cp37
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build/macos-latest/cp37
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build/macos-latest/cp37
No files were found with the provided path: dist/pytest-results.xml. No artifacts will be uploaded.
|
build/macos-latest/cp38
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build/macos-latest/cp38
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build/macos-latest/cp38
No files were found with the provided path: dist/pytest-results.xml. No artifacts will be uploaded.
|
build/macos-latest/cp310
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build/macos-latest/cp310
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build/macos-latest/cp39
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build/macos-latest/cp310
No files were found with the provided path: dist/pytest-results.xml. No artifacts will be uploaded.
|
build/macos-latest/cp39
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build/macos-latest/cp39
No files were found with the provided path: dist/pytest-results.xml. No artifacts will be uploaded.
|
build/ubuntu-latest/cp39
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build/ubuntu-latest/cp39
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build/ubuntu-latest/cp39
No files were found with the provided path: dist/pytest-results.xml. No artifacts will be uploaded.
|
build/ubuntu-latest/cp310
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build/ubuntu-latest/cp310
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build/ubuntu-latest/cp310
No files were found with the provided path: dist/pytest-results.xml. No artifacts will be uploaded.
|
build/windows-latest/cp39
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build/windows-latest/cp39
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build/windows-latest/cp310
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build/windows-latest/cp310
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build/ubuntu-latest/cp38
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2, codecov/codecov-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build/ubuntu-latest/cp38
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v2, codecov/codecov-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build/ubuntu-latest/cp37
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2, codecov/codecov-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build/ubuntu-latest/cp37
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v2, codecov/codecov-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build/windows-latest/cp38
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build/windows-latest/cp38
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build/windows-latest/cp37
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build/windows-latest/cp37
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Unit Test Results (ubuntu-latest-cp37)
Expired
|
3.23 KB |
|
Unit Test Results (ubuntu-latest-cp38)
Expired
|
3.22 KB |
|
Unit Test Results (windows-latest-cp310)
Expired
|
1.11 KB |
|
Unit Test Results (windows-latest-cp37)
Expired
|
3.96 KB |
|
Unit Test Results (windows-latest-cp38)
Expired
|
4.18 KB |
|
Unit Test Results (windows-latest-cp39)
Expired
|
1.11 KB |
|
dist--
Expired
|
87.9 KB |
|
dist-ubuntu-latest-cp37
Expired
|
108 KB |
|
dist-ubuntu-latest-cp38
Expired
|
108 KB |
|