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

added reverse order flag #11

Closed
wants to merge 1 commit into from
Closed

Conversation

Blackmage89
Copy link

hi, it would be great if you could merge this if it is not a problem.

Only one thing to watch out for is the import path in gocov-html.go, i had to change it to my local repo, after the merge you should revert it to the original one.

thank you.

added flag -i to support reversing ordering of covered functions
Copy link

@olurin olurin left a comment

Choose a reason for hiding this comment

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

@Blackmage89 Good Idea! the package change might be the reason why this PR is not merged

@@ -22,7 +22,7 @@ package main

import (
"flag"
"github.com/matm/gocov-html/cov"
"github.com/Blackmage89/gocov-html/cov"
Copy link

Choose a reason for hiding this comment

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

Package name changed to github.com/Blackmage89/gocov-html/cov from github.com/matm/gocov-html/cov.

This was referenced Mar 8, 2023
@matm matm closed this in cbd9ea7 Mar 9, 2023
@matm matm closed this in #46 Mar 9, 2023
@matm
Copy link
Owner

matm commented Mar 9, 2023

Thanks a lot for your contribution @Blackmage89. Merged in #46.

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.

None yet

3 participants