-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add ProgramName and CommandName variables * add comments to variables * add test case * refer program name instead of app name * Update command_test.go add err to the log * fix failing tests * Cut out many CI things that either don't work on v1 anymore or are specific to the `master` branch. * More general v1 branch CI updates :-/ * More ~fighting~ playing with CI bits * Drop back to only testing go 1.16.x as 1.15.x is no longer supported by the Go team and both 1.17.x and 1.18.x can't run the tests * Back out some changes from #973 Co-authored-by: Ajitem Sahasrabuddhe <ajitem.s@outlook.com>
- Loading branch information
1 parent
af7fa3d
commit 8d987df
Showing
2 changed files
with
21 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
*.coverprofile | ||
coverage.txt | ||
node_modules/ | ||
vendor | ||
.idea | ||
.idea |