From 2c5ee5d25ef6f68646f645a37ef267e92f7fa8e8 Mon Sep 17 00:00:00 2001 From: Aleksey Berezka Date: Tue, 26 Dec 2023 11:04:48 +0500 Subject: [PATCH] Added shields.io badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2ff7266..1fb11c6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # DBXCResultParser +[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fdodobrands%2FDBXCResultParser%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/dodobrands/DBXCResultParser) +[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fdodobrands%2FDBXCResultParser%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/dodobrands/DBXCResultParser) + The `DBXCResultParser` package provides a Swift module for parsing `.xcresult` files generated by Xcode to produce a structured report of build and test results. It allows developers to programmatically access detailed information about test cases, code coverage, and warnings from their CI/CD pipelines or automated scripts. ## Features