-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Increase test coverage #12
Labels
Milestone
Comments
vdjagilev
added a commit
that referenced
this issue
Jul 8, 2021
* Make rootCmd functions separate. Use RunE instead of Run * Add workflow interface for easier testing * Add cmd/root unit tests
vdjagilev
added a commit
that referenced
this issue
Jul 8, 2021
vdjagilev
added a commit
that referenced
this issue
Jul 8, 2021
vdjagilev
added a commit
that referenced
this issue
Jul 11, 2021
vdjagilev
added a commit
that referenced
this issue
Jul 11, 2021
vdjagilev
added a commit
that referenced
this issue
Jul 11, 2021
vdjagilev
added a commit
that referenced
this issue
Jul 11, 2021
vdjagilev
added a commit
that referenced
this issue
Jul 14, 2021
vdjagilev
added a commit
that referenced
this issue
Jul 14, 2021
vdjagilev
added a commit
that referenced
this issue
Jul 18, 2021
vdjagilev
added a commit
that referenced
this issue
Jul 18, 2021
vdjagilev
added a commit
that referenced
this issue
Jul 18, 2021
vdjagilev
added a commit
that referenced
this issue
Jul 18, 2021
vdjagilev
added a commit
that referenced
this issue
Jul 18, 2021
* #12: Add cmd/ tests & refactor code (#22) * Make rootCmd functions separate. Use RunE instead of Run * Add workflow interface for easier testing * Add cmd/root unit tests * #12: Add prettier to avoid tabs in YML * #12: Run unit tests for all packages * #12: Add CSV formatter test cases * #12: Add codecov * #12: Add CSV formatter Format() tests * #12: Add JSON formatter tests * #12: Move workflow interface/struct to separate file * #12: Add workflow unit-tests * #12: Add HTML Formatter tests * #12: Refactor formatter_md and remove warnings * #12: Add more tests for Markdown formatter * #12: Add remaining formatter.go tests * #12: Add codecov badge
Closed
vdjagilev
added a commit
that referenced
this issue
Jul 19, 2021
* #12: Add cmd/ tests & refactor code (#22) * Make rootCmd functions separate. Use RunE instead of Run * Add workflow interface for easier testing * Add cmd/root unit tests * #12: Add prettier to avoid tabs in YML * #12: Run unit tests for all packages * #12: Add CSV formatter test cases * #12: Add codecov * #12: Add CSV formatter Format() tests * #12: Add JSON formatter tests * #12: Move workflow interface/struct to separate file * #12: Add workflow unit-tests * #12: Add HTML Formatter tests * #12: Refactor formatter_md and remove warnings * #12: Add more tests for Markdown formatter * #12: Add remaining formatter.go tests * #12: Add codecov badge
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
Those parts needs to be covered with tests:
--skip*
output options--skip-down-hosts=false
if down hosts are not skippedgo test ./... -count=1 -v
)The text was updated successfully, but these errors were encountered: