Update coverage.py parser #349
ci.yml
on: pull_request
lint
1m 9s
coverage
2m 6s
Matrix: test
Annotations
20 errors and 4 warnings
test (ubuntu-latest):
spec/coverage_reporter/config_spec.cr#L452
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"}
|
test (ubuntu-latest):
spec/coverage_reporter/api/webhook_spec.cr#L60
actual: WebMock::NetConnectNotAllowedError
|
test (ubuntu-latest):
spec/coverage_reporter/config_spec.cr#L616
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"}
|
test (ubuntu-latest):
spec/coverage_reporter/reporter_spec.cr#L44
actual: CoverageReporter::CoveragepyParser::ParserError
|
test (ubuntu-latest):
spec/coverage_reporter/api/jobs_spec.cr#L96
expected: CoverageReporter::Api::InternalServerError
|
test (ubuntu-latest):
spec/coverage_reporter/reporter_spec.cr#L71
actual: CoverageReporter::CoveragepyParser::ParserError
|
test (ubuntu-latest):
spec/coverage_reporter/reporter_spec.cr#L111
actual: WebMock::NetConnectNotAllowedError
|
test (ubuntu-latest)
Process completed with exit code 1.
|
test (macos-latest)
The job was canceled because "ubuntu-latest" failed.
|
test (macos-latest)
The operation was canceled.
|
coverage:
spec/coverage_reporter/config_spec.cr#L349
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"}
|
coverage:
spec/coverage_reporter/config_spec.cr#L475
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#L71
actual: CoverageReporter::CoveragepyParser::ParserError
|
|
coverage:
spec/coverage_reporter/api/jobs_spec.cr#L121
actual: WebMock::NetConnectNotAllowedError
|
coverage:
spec/coverage_reporter/reporter_spec.cr#L44
actual: CoverageReporter::CoveragepyParser::ParserError
|
coverage:
spec/coverage_reporter/reporter_spec.cr#L57
actual: CoverageReporter::CoveragepyParser::ParserError
|
coverage:
spec/coverage_reporter/parsers/coveragepy_parser_spec.cr#L33
actual: IO::Error
|
coverage
Process completed with exit code 1.
|
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/.
|