-
Notifications
You must be signed in to change notification settings - Fork 23
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
Submodules #108
Submodules #108
Conversation
Codecov Report
@@ Coverage Diff @@
## master #108 +/- ##
==========================================
- Coverage 71.98% 70.39% -1.59%
==========================================
Files 78 80 +2
Lines 5050 4965 -85
==========================================
- Hits 3635 3495 -140
- Misses 1057 1159 +102
+ Partials 358 311 -47
Continue to review full report at Codecov.
|
@@ -138,7 +138,31 @@ jobs: | |||
- run: | |||
name: Unit Tests | |||
shell: powershell.exe | |||
command: go test -race -coverprofile coverage.txt -coverpkg ./... ./... | |||
command: > |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm certain there is a better way to do this that doesn't involve listing each module manually, but I figure we can handle that later.
* Completed test coverage for entry and agent packages * Made a database package and improved tests * Improved pipeline test coverage * Fixed open database in offsets * Moved operator.Duration to helper.Duration * Increased test coverage for the plugin package * Fixed graph command * Improved JSON test coverage * Improved regex parser test coverage * Added tests to persister * Improved operator package test coverage * Improved drop_output test coverage * Improved noop operator test coverage
|
Fix some instability in the file input
|
Description of Changes
Please check that the PR fulfills these requirements