Skip to content

Commit

Permalink
Actions Artifacts v4 backend (#2224)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
ChristopherHX committed May 20, 2024
1 parent 8acde99 commit e1e5671
Show file tree
Hide file tree
Showing 12 changed files with 1,836 additions and 37 deletions.
3 changes: 3 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ coverage:
patch:
default:
target: 50%
ignore:
# Files generated by Google Protobuf do not require coverage
- '**/*.pb.go'
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ require (
gotest.tools/v3 v3.5.1
)

require (
github.com/golang-jwt/jwt/v5 v5.2.0
google.golang.org/protobuf v1.33.0
)

require (
dario.cat/mergo v1.0.0 // indirect
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
Expand Down
100 changes: 64 additions & 36 deletions go.sum

Large diffs are not rendered by default.

0 comments on commit e1e5671

Please sign in to comment.