1
0
Fork 0

Adding upstream version 0.0~git20250501.cd50c6a.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-18 22:31:57 +02:00
parent 947813c282
commit d8f2a7c92a
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
16 changed files with 3363 additions and 0 deletions

16
.build.yml Normal file
View file

@ -0,0 +1,16 @@
image: archlinux
packages:
- go
sources:
- https://github.com/go-ap/errors
environment:
GO111MODULE: 'on'
tasks:
- tests: |
cd errors
make test
- coverage: |
set -a +x
cd errors && make coverage
GIT_SHA=$(git rev-parse --verify HEAD)
GIT_BRANCH=$(git name-rev --name-only HEAD)