Skip to content

Add instructions for viewing the coverage results.#655

Merged
DBees merged 1 commit intoopenhwgroup:masterfrom
MikeOpenHWGroup:MikeOpenHWGroup-e40pv1-cov-report-instructions
Apr 10, 2024
Merged

Add instructions for viewing the coverage results.#655
DBees merged 1 commit intoopenhwgroup:masterfrom
MikeOpenHWGroup:MikeOpenHWGroup-e40pv1-cov-report-instructions

Conversation

@MikeOpenHWGroup
Copy link
Copy Markdown
Member

No description provided.

@MikeOpenHWGroup MikeOpenHWGroup requested a review from DBees April 10, 2024 18:01
@DBees
Copy link
Copy Markdown
Contributor

DBees commented Apr 10, 2024

I wasn't sure why the "&"
firefox index.html &

@MikeOpenHWGroup
Copy link
Copy Markdown
Member Author

The ampersand (&) creates a fork to execute the proceeding command. Typing firefox index.html will launch firefox, but the terminal will "hang" until Firefox is terminated. Typing firefox index.html & will run Firefox on a new thread and the terminal will be ready for the next command.

@DBees DBees merged commit 76ca6a4 into openhwgroup:master Apr 10, 2024
@MikeOpenHWGroup MikeOpenHWGroup deleted the MikeOpenHWGroup-e40pv1-cov-report-instructions branch April 10, 2024 19:34
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.

2 participants