Skip to content

Commit e1e5671

Browse files
Actions Artifacts v4 backend (#2224)
* Actions Artifacts v4 backend * lint * fix it now * remove protofile, to make linter not complain * sync changes * add delete * import auth test from gitea * add more tests * codecov ignore protobuf
1 parent 8acde99 commit e1e5671

File tree

12 files changed

+1836
-37
lines changed

12 files changed

+1836
-37
lines changed

codecov.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ coverage:
77
patch:
88
default:
99
target: 50%
10+
ignore:
11+
# Files generated by Google Protobuf do not require coverage
12+
- '**/*.pb.go'

go.mod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ require (
3737
gotest.tools/v3 v3.5.1
3838
)
3939

40+
require (
41+
github.com/golang-jwt/jwt/v5 v5.2.0
42+
google.golang.org/protobuf v1.33.0
43+
)
44+
4045
require (
4146
dario.cat/mergo v1.0.0 // indirect
4247
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect

go.sum

Lines changed: 64 additions & 36 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)