feat: add default variable schema for qc test (#44) #69
Annotations
3 errors, 2 warnings, and 33 notices
Run tests & display coverage (3.9)
Critical error. This error possibly occurred because the permissions of the workflow are set incorrectly. You can see the correct setting of permissions here: https://github.com/py-cov-action/python-coverage-comment-action#basic-usage
Otherwise please look for open issues or open one in https://github.com/py-cov-action/python-coverage-comment-action/
Traceback (most recent call last):
File "/workdir/coverage_comment/subprocess.py", line 22, in run
return subprocess.run(
^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '('git', 'push', 'origin', 'python-coverage-comment-action-data')' returned non-zero exit status 1.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/workdir/coverage_comment/subprocess.py", line 65, in _git
return run(
^^^^
File "/workdir/coverage_comment/subprocess.py", line 36, in run
raise SubProcessError("\n".join([exc.stderr, exc.stdout])) from exc
coverage_comment.subprocess.SubProcessError: To https://github.com/equinor/atmos-validation
! [rejected] python-coverage-comment-action-data -> python-coverage-comment-action-data (fetch first)
error: failed to push some refs to 'https://github.com/equinor/atmos-validation'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/workdir/coverage_comment/main.py", line 44, in main
exit_code = action(
^^^^^^^
File "/workdir/coverage_comment/main.py", line 88, in action
return save_coverage_data_files(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/workdir/coverage_comment/main.py", line 410, in save_coverage_data_files
storage.commit_operations(
File "/workdir/coverage_comment/storage.py", line 110, in commit_operations
git.push("origin", branch)
File "/workdir/coverage_comment/subprocess.py", line 73, in _git
raise GitError from exc
coverage_comment.subprocess.GitError
|
Run tests & display coverage (3.10)
The job was canceled because "_3_9" failed.
|
Run tests & display coverage (3.12)
The job was canceled because "_3_9" failed.
|
Run tests & display coverage (3.11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run tests & display coverage (3.9)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run tests & display coverage (3.11)
Starting action
|
Run tests & display coverage (3.11)
HTTP Request: GET https://api.github.com/repos/equinor/atmos-validation "HTTP/1.1 200 OK"
|
Run tests & display coverage (3.11)
Computing coverage files & badge
|
Run tests & display coverage (3.11)
HTTP Request: GET https://img.shields.io/static/v1?label=Coverage&message=88%25&color=orange "HTTP/1.1 200 OK"
|
Run tests & display coverage (3.11)
Generating HTML coverage report
|
Run tests & display coverage (3.11)
Saving coverage files
|
Run tests & display coverage (3.11)
Files saved
|
Run tests & display coverage (3.11)
You can browse the full coverage report at:
https://htmlpreview.github.io/?https://github.com/equinor/atmos-validation/blob/python-coverage-comment-action-data/htmlcov/index.html
You can use the following URLs to display your badge:
- Badge SVG available at:
https://raw.githubusercontent.com/equinor/atmos-validation/python-coverage-comment-action-data/badge.svg
- Badge from shields endpoint is easier to customize but doesn't work with private repo:
https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/equinor/atmos-validation/python-coverage-comment-action-data/endpoint.json
- Badge from shields dynamic url (less useful but you never know):
https://img.shields.io/badge/dynamic/json?color=brightgreen&label=coverage&query=%24.message&url=https%3A%2F%2Fraw.githubusercontent.com%2Fequinor%2Fatmos-validation%2Fpython-coverage-comment-action-data%2Fendpoint.json
See more details and ready-to-copy-paste-markdown at:
https://github.com/equinor/atmos-validation/tree/python-coverage-comment-action-data
|
Run tests & display coverage (3.11)
Ending action
|
Run tests & display coverage (3.9)
Starting action
|
Run tests & display coverage (3.9)
HTTP Request: GET https://api.github.com/repos/equinor/atmos-validation "HTTP/1.1 200 OK"
|
Run tests & display coverage (3.9)
Computing coverage files & badge
|
Run tests & display coverage (3.9)
HTTP Request: GET https://img.shields.io/static/v1?label=Coverage&message=88%25&color=orange "HTTP/1.1 200 OK"
|
Run tests & display coverage (3.9)
Generating HTML coverage report
|
Run tests & display coverage (3.9)
Saving coverage files
|
Run tests & display coverage (3.10)
Starting action
|
Run tests & display coverage (3.10)
HTTP Request: GET https://api.github.com/repos/equinor/atmos-validation "HTTP/1.1 200 OK"
|
Run tests & display coverage (3.10)
Computing coverage files & badge
|
Run tests & display coverage (3.10)
HTTP Request: GET https://img.shields.io/static/v1?label=Coverage&message=88%25&color=orange "HTTP/1.1 200 OK"
|
Run tests & display coverage (3.10)
Generating HTML coverage report
|
Run tests & display coverage (3.10)
Saving coverage files
|
Run tests & display coverage (3.10)
Files saved
|
Run tests & display coverage (3.10)
You can browse the full coverage report at:
https://htmlpreview.github.io/?https://github.com/equinor/atmos-validation/blob/python-coverage-comment-action-data/htmlcov/index.html
You can use the following URLs to display your badge:
- Badge SVG available at:
https://raw.githubusercontent.com/equinor/atmos-validation/python-coverage-comment-action-data/badge.svg
- Badge from shields endpoint is easier to customize but doesn't work with private repo:
https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/equinor/atmos-validation/python-coverage-comment-action-data/endpoint.json
- Badge from shields dynamic url (less useful but you never know):
https://img.shields.io/badge/dynamic/json?color=brightgreen&label=coverage&query=%24.message&url=https%3A%2F%2Fraw.githubusercontent.com%2Fequinor%2Fatmos-validation%2Fpython-coverage-comment-action-data%2Fendpoint.json
See more details and ready-to-copy-paste-markdown at:
https://github.com/equinor/atmos-validation/tree/python-coverage-comment-action-data
|
Run tests & display coverage (3.10)
Ending action
|
Run tests & display coverage (3.12)
Starting action
|
Run tests & display coverage (3.12)
HTTP Request: GET https://api.github.com/repos/equinor/atmos-validation "HTTP/1.1 200 OK"
|
Run tests & display coverage (3.12)
Computing coverage files & badge
|
Run tests & display coverage (3.12)
HTTP Request: GET https://img.shields.io/static/v1?label=Coverage&message=88%25&color=orange "HTTP/1.1 200 OK"
|
Run tests & display coverage (3.12)
Generating HTML coverage report
|
Run tests & display coverage (3.12)
Saving coverage files
|
Run tests & display coverage (3.12)
Files saved
|
Run tests & display coverage (3.12)
You can browse the full coverage report at:
https://htmlpreview.github.io/?https://github.com/equinor/atmos-validation/blob/python-coverage-comment-action-data/htmlcov/index.html
You can use the following URLs to display your badge:
- Badge SVG available at:
https://raw.githubusercontent.com/equinor/atmos-validation/python-coverage-comment-action-data/badge.svg
- Badge from shields endpoint is easier to customize but doesn't work with private repo:
https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/equinor/atmos-validation/python-coverage-comment-action-data/endpoint.json
- Badge from shields dynamic url (less useful but you never know):
https://img.shields.io/badge/dynamic/json?color=brightgreen&label=coverage&query=%24.message&url=https%3A%2F%2Fraw.githubusercontent.com%2Fequinor%2Fatmos-validation%2Fpython-coverage-comment-action-data%2Fendpoint.json
See more details and ready-to-copy-paste-markdown at:
https://github.com/equinor/atmos-validation/tree/python-coverage-comment-action-data
|
Run tests & display coverage (3.12)
Ending action
|