Update coverage.py parser #344
ci.yml
on: pull_request
lint
1m 9s
coverage
1m 40s
Matrix: test
Annotations
22 errors and 4 warnings
test (ubuntu-latest):
spec/coverage_reporter/config_spec.cr#L312
expected: {:repo_token => "repo_token", :service_name => "jenkins", :service_number => "jenkins-number", :service_job_id => "jenkins-id", :service_branch => "jenkins-branch", :service_pull_request => "jenkins-pr"}
|
|
test (ubuntu-latest):
spec/coverage_reporter/config_spec.cr#L572
expected: {:repo_token => "repo_token", :service_name => "codeship", :service_branch => "codeship-branch", :service_number => "codeship-job-id", :service_job_id => "codeship-job-id", :commit_sha => "codeship-commit"}
|
test (ubuntu-latest):
spec/coverage_reporter/reporter_spec.cr#L44
actual: CoverageReporter::CoveragepyParser::ParserError
|
test (ubuntu-latest):
spec/coverage_reporter/config_spec.cr#L545
expected: {:repo_token => "repo_token", :service_name => "Codefresh", :service_branch => "cf-branch", :service_job_id => "cf-job-id", :service_pull_request => "cf-pr", :commit_sha => "cf-commit"}
|
test (ubuntu-latest):
spec/coverage_reporter/config_spec.cr#L280
expected: {:repo_token => "repo_token", :service_name => "gitlab-ci", :service_number => "123", :service_build_url => "https://gitlab.com/pipeline-url", :service_job_id => "gitlab-job-id", :service_job_url => "https://gitlab.com/job-url", :service_pull_request => "3", :service_branch => "gitlab-branch", :commit_sha => "gitlab-commit-sha"}
|
test (ubuntu-latest):
spec/coverage_reporter/config_spec.cr#L133
expected: {:repo_token => "repo_token", :service_name => "appveyor", :service_number => "123", :service_branch => "appveyor-repo-branch", :commit_sha => "appveyor-commit-sha", :service_build_url => "https://ci.appveyor.com/project/appveyor-repo-name/build/123"}
|
test (ubuntu-latest):
spec/coverage_reporter/config_spec.cr#L484
expected: {:repo_token => "repo_token", :service_name => "Azure Pipelines", :service_branch => "azure-branch", :service_job_id => "azure-build-id", :service_pull_request => "azure-pull-request", :commit_sha => "azure-commit"}
|
test (ubuntu-latest):
spec/coverage_reporter/config_spec.cr#L363
expected: {:repo_token => "repo_token", :service_name => "semaphore", :service_number => "semaphore-workflow-id", :service_job_id => "semaphore-job-id", :service_pull_request => "semaphore-pr", :service_branch => "semaphore-branch", :commit_sha => "semaphore-commit-sha", :service_build_url => "https://myorg.semaphoreci.com/workflows/semaphore-workflow-id", :service_job_url => "https://myorg.semaphoreci.com/jobs/semaphore-job-id"}
|
test (ubuntu-latest)
Process completed with exit code 1.
|
coverage:
spec/coverage_reporter/config_spec.cr#L677
expected: {:repo_token => "repo_token", :service_name => "xcode-cloud", :service_number => "321", :service_branch => "feature/add-xcode-ci-support", :service_pull_request => "42", :commit_sha => "commit-sha"}
|
coverage:
spec/coverage_reporter/config_spec.cr#L107
expected: {:repo_token => "repo_token", :compare_ref => "some-branch", :compare_sha => "some-commit-sha"}
|
coverage:
spec/coverage_reporter/config_spec.cr#L649
expected: {:repo_token => "repo_token", :service_name => "wercker", :service_job_id => "w-job-id", :service_branch => "w-branch", :commit_sha => "w-commit"}
|
coverage:
spec/coverage_reporter/config_spec.cr#L453
expected: {:repo_token => "repo_token", :service_name => "custom-ci", :service_number => "custom-build-number", :service_branch => "custom-git-branch", :service_job_id => "custom-job-id", :service_pull_request => "travis-pr", :commit_sha => "custom-sha"}
|
coverage:
spec/coverage_reporter/config_spec.cr#L363
expected: {:repo_token => "repo_token", :service_name => "semaphore", :service_number => "semaphore-workflow-id", :service_job_id => "semaphore-job-id", :service_pull_request => "semaphore-pr", :service_branch => "semaphore-branch", :commit_sha => "semaphore-commit-sha", :service_build_url => "https://myorg.semaphoreci.com/workflows/semaphore-workflow-id", :service_job_url => "https://myorg.semaphoreci.com/jobs/semaphore-job-id"}
|
coverage:
spec/coverage_reporter/config_spec.cr#L601
expected: {:repo_token => "repo_token", :service_name => "drone", :service_branch => "drone-branch", :service_job_id => "drone-job-id", :service_pull_request => "drone-pr", :commit_sha => "drone-commit"}
|
coverage:
spec/coverage_reporter/config_spec.cr#L240
expected: {:repo_token => "repo_token", :repo_name => "owner/repo", :service_attempt => "3", :service_name => "github", :service_number => "12345", :service_job_id => "test", :service_branch => "fix/bug", :service_build_url => "https://github.com/owner/repo/actions/runs/12345", :service_job_url => "https://github.com/owner/repo/actions/runs/12345", :service_pull_request => "123", :commit_sha => "github-commit-sha"}
|
coverage:
spec/coverage_reporter/config_spec.cr#L484
expected: {:repo_token => "repo_token", :service_name => "Azure Pipelines", :service_branch => "azure-branch", :service_job_id => "azure-build-id", :service_pull_request => "azure-pull-request", :commit_sha => "azure-commit"}
|
coverage:
spec/coverage_reporter/reporter_spec.cr#L57
actual: CoverageReporter::CoveragepyParser::ParserError
|
coverage
Process completed with exit code 1.
|
test (macos-latest)
The job was canceled because "ubuntu-latest" failed.
|
test (macos-latest)
The operation was canceled.
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
coverage
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|