Skip to content

Fix test#173

Merged
a5chin merged 1 commit intodevelopfrom
fix/test
Feb 6, 2026
Merged

Fix test#173
a5chin merged 1 commit intodevelopfrom
fix/test

Conversation

@a5chin
Copy link
Owner

@a5chin a5chin commented Feb 6, 2026

User description

Type of Change

  • Hotfix
  • Bug Fix
  • Dependency Update
  • Feature
  • Refactor
  • CI/CD
  • Documentation

Related Issues

Breaking Changes

  • No breaking changes
  • API signature changed
  • Configuration changed
  • Behavior changed
  • Dependencies changed
  • Features removed

Checklist

  • Dependencies added/updated
  • New environment variables
  • Performance impact assessed
  • Security implications reviewed
  • Deployment notes

Additional Context


PR Type

Enhancement


Description

  • Enable test workflow on develop branch.

Diagram Walkthrough

flowchart LR
  PushToDevelop["Push to `develop` branch"] --> TriggerTestWorkflow["Trigger Test Workflow"]
Loading

File Walkthrough

Relevant files
Configuration changes
test.yml
Configure test workflow to run on `develop` branch             

.github/workflows/test.yml

  • Added develop to the list of branches that trigger the test workflow
    on push events.
  • This ensures that tests are run automatically when changes are pushed
    to the develop branch.
+1/-0     

@codecov
Copy link

codecov bot commented Feb 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (develop@dc4f744). Learn more about missing BASE report.
✅ All tests successful. No failed tests found.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             develop      #173   +/-   ##
===========================================
  Coverage           ?   100.00%           
===========================================
  Files              ?         9           
  Lines              ?       103           
  Branches           ?         1           
===========================================
  Hits               ?       103           
  Misses             ?         0           
  Partials           ?         0           
Flag Coverage Δ
unittests 100.00% <ø> (?)

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


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dc4f744...216116f. Read the comment docs.

@a5chin a5chin merged commit 8046618 into develop Feb 6, 2026
12 checks passed
@a5chin a5chin deleted the fix/test branch February 6, 2026 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant