--git-repository-url ignored ? #1498
Labels
ci-visibility
Related to [coverage, deployment, dora, gate, junit, measure, tag, trace]
enhancement
New feature or request
Bug description
Using the datadog junit upload action, the
--git-repository-url
provided through extra-args is not changing the way the git metadata are retrieved and seems to always retrieve the data from the local git repo.Example ; by specifying
--git-repository-url [email protected]/<myorg>/<myrepo>.git#<commi-sha>
I would expect that the tag
git.repository.name
visible in the tests tags would be<myorg>/<myrepo>
but it is the local repository instead.Describe what you expected
The
git
tag content visible in datadog shows the metadata for the repository specified in--git-repository-url
.Steps to reproduce the issue
From a repository call the github action to upload a report with the extra-args providing the
--git-repository-url
:Example of command execution visible in my github actions logs:
Additional context
Github action 1.4.0
Command
junit
The text was updated successfully, but these errors were encountered: