dlilien / ImpDAR

An impulse radar processor
GNU General Public License v3.0
26 stars 18 forks source link

Github Actions is Failing Everywhere #37

Closed benhills closed 1 year ago

benhills commented 1 year ago

This isn't ready to merge yet, but I wanted to bring it up because some changes have come up in the last year.

Python 6 and ubuntu 22.04 apparently don't play nice together: https://github.com/actions/setup-python/issues/544 so I removed 3.6 for now.

Adding a pip upgrade of 'setuptools' was helpful for a few failures as well.

The main remaining issue is gdal, it seems like 3.0.4 disappeared somehow? I may be able to address this one eventually as well.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: -1.56 :warning:

Comparison is base (90138fa) 78.47% compared to head (50e492c) 76.92%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #37 +/- ## ========================================== - Coverage 78.47% 76.92% -1.56% ========================================== Files 61 61 Lines 6885 6885 ========================================== - Hits 5403 5296 -107 - Misses 1482 1589 +107 ``` [see 8 files with indirect coverage changes](https://app.codecov.io/gh/dlilien/ImpDAR/pull/37/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=David+Lilien)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

dlilien commented 1 year ago

This is fixed by #43