Compare commits
1 Commits
v0.0.18
...
6c6c08566e
Author | SHA1 | Date | |
---|---|---|---|
6c6c08566e |
@@ -11,7 +11,7 @@
|
||||
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
|
||||
<text x="33.5" y="15" fill="#010101" fill-opacity=".3">coverage</text>
|
||||
<text x="33.5" y="14">coverage</text>
|
||||
<text x="86" y="15" fill="#010101" fill-opacity=".3">20.1%</text>
|
||||
<text x="86" y="14">20.1%</text>
|
||||
<text x="86" y="15" fill="#010101" fill-opacity=".3">20.2%</text>
|
||||
<text x="86" y="14">20.2%</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 926 B After Width: | Height: | Size: 926 B |
@@ -20,7 +20,6 @@ import (
|
||||
"context"
|
||||
"encoding/hex"
|
||||
"fmt"
|
||||
"log/slog"
|
||||
"os"
|
||||
"strings"
|
||||
|
||||
@@ -77,7 +76,6 @@ func (s *SourceDownloader) DownloadSources(
|
||||
|
||||
opts.DlCache = dlcache.New(s.cfg)
|
||||
|
||||
slog.Warn("opts", "opts", opts)
|
||||
err := dl.Download(ctx, opts)
|
||||
if err != nil {
|
||||
return err
|
||||
|
Reference in New Issue
Block a user