Skip to content

Conversation

@dkoslicki
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Dec 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 52.30%. Comparing base (6ab1320) to head (ecf636b).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #144   +/-   ##
=======================================
  Coverage   52.30%   52.30%           
=======================================
  Files          11       11           
  Lines        1128     1128           
=======================================
  Hits          590      590           
  Misses        538      538           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the GitHub Actions workflow to trigger on pull request events in addition to push events, enabling automated testing for pull requests.

  • Modified the workflow trigger to include pull_request events alongside push events

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Add concurrency settings to runTest workflow to ensure that workflows aren't run twice (or more)
@sonarqubecloud
Copy link

@dkoslicki
Copy link
Member Author

Just let the two run concurrently: push and pull_request runs are technically not full duplicates as they run on different refs (eg. refs/head/<branch> vs refs/pull/<n>/merge

@dkoslicki dkoslicki merged commit ae04da8 into main Dec 17, 2025
10 checks passed
@dkoslicki dkoslicki deleted the dkoslicki-patch-2 branch December 17, 2025 21:35
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