Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Background::Wait and exercise in test. #97

Merged
merged 1 commit into from
Dec 16, 2024
Merged

Conversation

schneems
Copy link
Member

I accidentally used name instead of @name and apparently this functionality is not called under test. So I added tests.

Before:

87 runs, 251 assertions, 0 failures, 0 errors, 0 skips
Coverage report generated for Integration Tests to /Users/rschneeman/Documents/projects/rundoc/coverage.
Line Coverage: 95.32% (1998 / 2096)

After:

87 runs, 251 assertions, 0 failures, 0 errors, 0 skips
Coverage report generated for Integration Tests to /Users/rschneeman/Documents/projects/rundoc/coverage.
Line Coverage: 95.66% (2006 / 2097)

I accidentally used `name` instead of `@name` and apparently this functionality is not called under test. So I added tests.

Before:

```
87 runs, 251 assertions, 0 failures, 0 errors, 0 skips
Coverage report generated for Integration Tests to /Users/rschneeman/Documents/projects/rundoc/coverage.
Line Coverage: 95.32% (1998 / 2096)
```

After:

```
87 runs, 251 assertions, 0 failures, 0 errors, 0 skips
Coverage report generated for Integration Tests to /Users/rschneeman/Documents/projects/rundoc/coverage.
Line Coverage: 95.66% (2006 / 2097)
```
@schneems schneems marked this pull request as ready for review December 16, 2024 17:56
@schneems schneems merged commit e2f570c into main Dec 16, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant