Skip to content

day11: remove 2d iteration for galaxy addition #86

day11: remove 2d iteration for galaxy addition

day11: remove 2d iteration for galaxy addition #86

Re-run triggered December 31, 2023 01:07
Status Failure
Total duration 1m 31s
Artifacts

test.yml

on: push
Run tests & display coverage
1m 20s
Run tests & display coverage
Fit to window
Zoom out
Zoom in

Annotations

1 error and 3 notices
Run tests & display coverage
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.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '('coverage', 'json', '-o', '-')' returned non-zero exit status 2. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/workdir/coverage_comment/main.py", line 46, in main exit_code = action( ^^^^^^^ File "/workdir/coverage_comment/main.py", line 90, in action return save_coverage_data_files( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/workdir/coverage_comment/main.py", line 323, in save_coverage_data_files raw_coverage_data, coverage = coverage_module.get_coverage_info( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/workdir/coverage_comment/coverage.py", line 92, in get_coverage_info subprocess.run("coverage", "json", "-o", "-", path=coverage_path) File "/workdir/coverage_comment/subprocess.py", line 34, in run raise SubProcessError("\n".join([exc.stderr, exc.stdout])) from exc coverage_comment.subprocess.SubProcessError: {"meta": {"version": "7.4.0", "timestamp": "2023-12-31T01:08:27.263232", "branch_coverage": true, "show_contexts": false}, "files": {"day01/__init__.py": {"executed_lines": [1], "summary": {"covered_lines": 0, "num_statements": 0, "percent_covered": 100.0, "percent_covered_display": "100.00", "missing_lines": 0, "excluded_lines": 0, "num_branches": 0, "num_partial_branches": 0, "covered_branches": 0, "missing_branches": 0}, "missing_lines": [], "excluded_lines": [], "executed_branches": [], "missing_branches": []}, "day01/day1a.py": {"executed_lines": [1, 4, 6, 7, 10, 24, 26, 27, 28, 29, 30, 32, 33, 34, 37, 46, 47, 50, 59, 60, 61, 62, 63, 64, 67, 73], "summary": {"covered_lines": 23, "num_statements": 23, "percent_covered": 100.0, "percent_covered_display": "100.00", "missing_lines": 0, "excluded_lines": 6, "num_branches": 12, "num_partial_branches": 0, "covered_branches": 12, "missing_branches": 0}, "missing_lines": [], "excluded_lines": [67, 68, 69, 70, 73, 74], "executed_branches": [[26, 27], [26, 32], [27, 26], [27, 28], [28, 29], [28, 30], [32, 33], [32, 34], [46, -37], [46, 47], [60, 61], [60, 64]], "missing_branches": []}, "day01/day1b.py": {"executed_lines": [1, 4, 6, 7, 10, 11, 12, 14, 15, 17, 23, 26, 27, 28, 30, 31, 34, 47, 59, 60, 61, 62, 64, 65, 66, 67, 69, 70, 71, 73, 76, 85, 86, 89, 98, 99, 102, 108], "summary": {"covered_lines": 33, "num_statements": 33, "percent_covered": 100.0, "percent_covered_display": "100.00", "missing_lines": 0, "excluded_lines": 6, "num_branches": 16, "num_partial_branches": 0, "covered_branches": 16, "missing_branches": 0}, "missing_lines": [], "excluded_lines": [102, 103, 104, 105, 108, 109], "executed_branches": [[10, 11], [10, 12], [26, 27], [26, 28], [60, 61], [60, 69], [61, 62], [61, 64], [64, 60], [64, 65], [66, 64], [66, 67], [85, -76], [85, 86], [98, -98], [98, 98], [98, 99]], "missing_branches": []}, "day01/tests/__init__.py": {"executed_lines": [1], "summary": {"covered_lines": 0, "num_statements": 0, "percent_covered": 100.0, "percent_covered_display": "100.00", "missing_lines": 0, "excluded_lines": 0, "num_branches": 0, "num_partial_branches": 0, "covered_branches": 0, "missing_branches": 0}, "missing_lines": [], "excluded_lines": [], "executed_branches": [], "missing_branches": []}, "day01/tests/test_day1a.py": {"executed_lines": [1, 2, 4, 7, 9, 10, 11, 13, 14, 15, 16, 18, 19, 22, 24, 25, 28, 30, 31, 32], "summary": {"covered_lines": 19, "num_statements": 19, "pe
Run tests & display coverage
Starting action
Run tests & display coverage
HTTP Request: GET https://github.com/gitapi/repos/alex-ong/adventofcode2023 "HTTP/1.1 200 OK"
Run tests & display coverage
Computing coverage files & badge