Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

👷 ✨ Integration Test that can run on (forked) PR #52

Merged
merged 3 commits into from
Aug 7, 2023

Conversation

Templum
Copy link
Owner

@Templum Templum commented Aug 7, 2023

This PR addresses the failure of previous "Integration Test" runs, when executed from Forks. As Secrets are only available to branches from the project.

This PR basically moves the previous integration test (for private repos) to run only on main commits. And introduced a new test suite, that tests against a local version of the action. This also ensures that the new code is correctly working, which previously was not the case.

@codecov-commenter
Copy link

Codecov Report

Patch and project coverage have no change.

Comparison is base (1e6d787) 98.02% compared to head (b1c3e64) 98.02%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #52   +/-   ##
=======================================
  Coverage   98.02%   98.02%           
=======================================
  Files           3        3           
  Lines         253      253           
=======================================
  Hits          248      248           
  Misses          4        4           
  Partials        1        1           
Flag Coverage Δ
unit-tests 98.02% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Templum Templum merged commit 9d578d2 into main Aug 7, 2023
@Templum Templum deleted the feature/proper-integration-test branch August 8, 2023 06:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants