goplus / llgo

A Go compiler based on LLVM in order to better integrate Go with the C ecosystem including Python
Apache License 2.0
365 stars 26 forks source link

ci:install llcppg dependent #883

Closed luoliwoshang closed 4 days ago

luoliwoshang commented 4 days ago

By updating the on section in the .github/workflows/go.yml file, this change ensures that the CI/CD pipeline is triggered for both pushes and pull requests in forked repositories as well.

on:
  push:
    branches: [ "**" ]
  pull_request:
    branches: [ "**" ]

This allows the CI/CD process to run consistently in the forked repository, including in pull requests such as https://github.com/luoliwoshang/llgo/pull/155.

codecov[bot] commented 4 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.54%. Comparing base (e042aad) to head (2a2c614). Report is 19 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #883 +/- ## ========================================== + Coverage 95.53% 95.54% +0.01% ========================================== Files 22 22 Lines 6230 6246 +16 ========================================== + Hits 5952 5968 +16 Misses 246 246 Partials 32 32 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.