forked from pool/gotestsum
- Update to version 1.10.1: * Add test for accepting GODEBUG output * Quote test names before they are used within the regex to rerun * move TEAMCITY_VERSION version checkout outside of CI check * Don't treat debug messages as errors * Add support for zOS * update fixture * fix lint * extract TEAMCITY_VERSION check because they don't set CI * Detect CI environments by name * Revert "Enable color support by default on Drone CI" * Enable color support by default on Drone CI * Update README.md * Fix coverage detection for go1.20 * ci: update goreleaser 1.7.0 to 1.17.0 for windows/arm64 * Add prometheus to readme links * Add list of projects that use gotestsum OBS-URL: https://build.opensuse.org/request/show/1103623 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/gotestsum?expand=0&rev=3
19 lines
639 B
Plaintext
19 lines
639 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="url">https://github.com/gotestyourself/gotestsum.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">v1.10.1</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
</service>
|
|
<service name="set_version" mode="manual">
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="go_modules" mode="manual">
|
|
</service>
|
|
</services>
|