This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
forked from EnricoMi/publish-unit-test-result-action
-
Notifications
You must be signed in to change notification settings - Fork 0
Commits on Jan 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8551547 - Browse repository at this point
Copy the full SHA 8551547View commit details
Commits on Feb 3, 2024
-
Check if venv package is installed already (#558)
* Uses installed `virtualenv` and `venv` packages * Installs `virtualenv` if none of the above works * Installs without `PIP_OPTIONS` if `pip install $PIP_OPTIONS` does not work * Creates a virtual environment * Does not activate the virtual environment but uses the Python binary directly
Configuration menu - View commit details
-
Copy full SHA for 5a94863 - Browse repository at this point
Copy the full SHA 5a94863View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e12145 - Browse repository at this point
Copy the full SHA 4e12145View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04f29da - Browse repository at this point
Copy the full SHA 04f29daView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad0696a - Browse repository at this point
Copy the full SHA ad0696aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fdc3ca - Browse repository at this point
Copy the full SHA 8fdc3caView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5faf19 - Browse repository at this point
Copy the full SHA a5faf19View commit details -
Publish JSON even when
check_run
is false (#568)Refactors `get_publish_data` out of `publish_check`, further - adds before_stats to JSON - adds suite_details to stats_with_delta - improves formatted stats_with_delta (error delta) Co-authored-by: Ebbe Knudsen <xedkn@energinet.dk>
Configuration menu - View commit details
-
Copy full SHA for 5724834 - Browse repository at this point
Copy the full SHA 5724834View commit details
Commits on Feb 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for af4a2cf - Browse repository at this point
Copy the full SHA af4a2cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ccc2cd - Browse repository at this point
Copy the full SHA 0ccc2cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8885e27 - Browse repository at this point
Copy the full SHA 8885e27View commit details
Commits on Feb 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 783d23b - Browse repository at this point
Copy the full SHA 783d23bView commit details
Commits on Feb 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 15fe4f4 - Browse repository at this point
Copy the full SHA 15fe4f4View commit details
Commits on Feb 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8d1d324 - Browse repository at this point
Copy the full SHA 8d1d324View commit details -
Configuration menu - View commit details
-
Copy full SHA for b91eeb9 - Browse repository at this point
Copy the full SHA b91eeb9View commit details
Commits on Feb 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fe2d5fc - Browse repository at this point
Copy the full SHA fe2d5fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for e22cb89 - Browse repository at this point
Copy the full SHA e22cb89View commit details
Commits on Feb 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 328b424 - Browse repository at this point
Copy the full SHA 328b424View commit details -
Configuration menu - View commit details
-
Copy full SHA for f355d34 - Browse repository at this point
Copy the full SHA f355d34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a5290c - Browse repository at this point
Copy the full SHA 3a5290cView commit details
Commits on Mar 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 631cb1c - Browse repository at this point
Copy the full SHA 631cb1cView commit details
Commits on Mar 20, 2024
-
* Pin dependencies based on Python version * Upgrade dependencies to latest version * Improve CI to catch dependencies that build whl files
Configuration menu - View commit details
-
Copy full SHA for 466ab0b - Browse repository at this point
Copy the full SHA 466ab0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b25bb15 - Browse repository at this point
Copy the full SHA b25bb15View commit details
Commits on Mar 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fbe9920 - Browse repository at this point
Copy the full SHA fbe9920View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30eadd5 - Browse repository at this point
Copy the full SHA 30eadd5View commit details
Commits on Apr 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 78c6824 - Browse repository at this point
Copy the full SHA 78c6824View commit details
Commits on Apr 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b9d4934 - Browse repository at this point
Copy the full SHA b9d4934View commit details
Commits on May 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eae46b9 - Browse repository at this point
Copy the full SHA eae46b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96c9bf7 - Browse repository at this point
Copy the full SHA 96c9bf7View commit details
Commits on Jul 8, 2024
-
Fixing - https://github.com/EnricoMi/publish-unit-test-result-action/security/code-scanning/108 - https://github.com/EnricoMi/publish-unit-test-result-action/security/code-scanning/105 - https://github.com/EnricoMi/publish-unit-test-result-action/security/code-scanning/102 - https://github.com/EnricoMi/publish-unit-test-result-action/security/code-scanning/87
Configuration menu - View commit details
-
Copy full SHA for e444c4e - Browse repository at this point
Copy the full SHA e444c4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e2e68b - Browse repository at this point
Copy the full SHA 0e2e68bView commit details
Commits on Jul 9, 2024
-
Cannot exclude Python 3.7 dependencies, so dependabot is usesless here.
Configuration menu - View commit details
-
Copy full SHA for 6bfefcd - Browse repository at this point
Copy the full SHA 6bfefcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 912d4a6 - Browse repository at this point
Copy the full SHA 912d4a6View commit details
Commits on Jul 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 14102cd - Browse repository at this point
Copy the full SHA 14102cdView commit details
Commits on Jul 11, 2024
-
CI: Do not upload docker build record (#616)
Jobs fail once `*.dockerbuild` got uploaded: - docker/build-push-action#1167. - https://github.com/EnricoMi/publish-unit-test-result-action/actions/runs/9876224564/job/27275276162#step:6:12
Configuration menu - View commit details
-
Copy full SHA for 567cc7f - Browse repository at this point
Copy the full SHA 567cc7fView commit details
Commits on Jul 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c7f51e6 - Browse repository at this point
Copy the full SHA c7f51e6View commit details
Commits on Sep 4, 2024
-
Add default path and message for parse error and suite output annotat…
Configuration menu - View commit details
-
Copy full SHA for 673174d - Browse repository at this point
Copy the full SHA 673174dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82082da - Browse repository at this point
Copy the full SHA 82082daView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.