Skip to content

Instantly share code, notes, and snippets.

View eaa3's full-sized avatar
🤖
Focusing

Ermano Arruda eaa3

🤖
Focusing
View GitHub Profile
@eaa3
eaa3 / merge_junit_results.py
Created April 20, 2022 12:22 — forked from cgoldberg/merge_junit_results.py
Merge multiple JUnit XML results files into a single results file.
#!/usr/bin/env python
"""Merge multiple JUnit XML results files into a single results file."""
# MIT License
#
# Copyright (c) 2012 Corey Goldberg
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal