Closed jaytaph closed 3 years ago
Merging #117 (7c9c9aa) into develop (ced16e1) will decrease coverage by
0.15%
. The diff coverage is10.81%
.
@@ Coverage Diff @@
## develop #117 +/- ##
===========================================
- Coverage 48.58% 48.42% -0.16%
===========================================
Files 100 101 +1
Lines 3948 3942 -6
===========================================
- Hits 1918 1909 -9
- Misses 1791 1795 +4
+ Partials 239 238 -1
Flag | Coverage Δ | |
---|---|---|
unittests | 48.42% <10.81%> (-0.16%) |
:arrow_down: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
cmd/bm-server/processor/process.go | 0.00% <0.00%> (ø) |
|
internal/api/ticket.go | 0.00% <0.00%> (ø) |
|
internal/config/config_server.go | 80.00% <ø> (ø) |
|
internal/config/config_templates.go | 100.00% <ø> (ø) |
|
internal/time.go | 0.00% <0.00%> (ø) |
|
internal/version.go | 100.00% <ø> (ø) |
|
internal/ticket/ticket.go | 63.63% <40.00%> (-21.55%) |
:arrow_down: |
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
1 Code Smell
No Coverage information
0.0% Duplication
Redesigning the tickets according to the new spec.
There is a simple "internal.TimeNow()" that will actually return the current time in UTC without nanoseconds. This will be the time used for outputting in json.
fixes #113 fixes #111 fixes #110