Skip to content

Commit

Permalink
Update spec/coverage_reporter/config_spec.cr
Browse files Browse the repository at this point in the history
Co-authored-by: Valentin Kiselev <[email protected]>
  • Loading branch information
jaredmoody and mrexox authored Apr 11, 2023
1 parent 9129934 commit cd0f169
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/coverage_reporter/config_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,8 @@ Spectator.describe CoverageReporter::Config do
expect(subject).to eq({
:repo_token => repo_token,
:service_name => "semaphore",
:service_job_id => "semaphore-workflow-id",
: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",
Expand Down

0 comments on commit cd0f169

Please sign in to comment.