mirror of
https://github.com/yannh/kubeconform.git
synced 2026-04-18 18:09:52 +00:00
Validate JUnit output against Jenkins JUnit XSD (#134)
* Validate JUnit output against Jenkins JUnix XSD * Add missing Jenkins JUnit XSD * Add time to TestCase for #127
This commit is contained in:
parent
f68d6ec6ea
commit
f5338b07f9
6 changed files with 142 additions and 17 deletions
3
Makefile
3
Makefile
|
|
@ -40,3 +40,6 @@ release:
|
|||
update-deps:
|
||||
go get -u ./...
|
||||
go mod tidy
|
||||
|
||||
update-junit-xsd:
|
||||
curl https://raw.githubusercontent.com/junit-team/junit5/main/platform-tests/src/test/resources/jenkins-junit.xsd > fixtures/junit.xsd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue