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

Multiple observed warnings combined in display #6118

Merged
merged 2 commits into from
May 2, 2024

Conversation

MichaelChirico
Copy link
Member

As seen in #6116. Before/after:

test(1, {warning(1); warning(2); TRUE})
## BEFORE
Test 1 produced 2 warnings but expected 0
Expected: 
Observed: 1
 Test 1 produced 2 warnings but expected 0
Expected: 
Observed: 2

## AFTER
Test 1 produced 2 warnings but expected 0
Expected: 
Observed: 1
Observed: 2

Copy link

github-actions bot commented May 2, 2024

Comparison Plot

Generated via commit 17f77e9

Download link for the artifact containing the test results: ↓ atime-results.zip

Time taken to finish the standard R installation steps: 11 minutes and 43 seconds

Time taken to run atime::atime_pkg on the tests: 3 minutes and 20 seconds

Copy link
Member

@tdhock tdhock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great thanks

@MichaelChirico MichaelChirico merged commit 8c34563 into master May 2, 2024
3 of 5 checks passed
@MichaelChirico MichaelChirico deleted the test-multi-warn branch May 2, 2024 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants