libfn / functional

Extending C++ library for functional programming
ISC License
60 stars 8 forks source link

Test nix actions #80

Closed godexsoft closed 5 months ago

godexsoft commented 5 months ago

Work in progress nix on CI

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 100.0%. Comparing base (c577112) to head (afcba33).

:exclamation: Current head afcba33 differs from pull request most recent head 37bdbea

Please upload reports for the commit 37bdbea to get more accurate results.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/libfn/functional/pull/80/graphs/tree.svg?width=650&height=150&src=pr&token=3RHT38SEU0&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=libfn)](https://app.codecov.io/gh/libfn/functional/pull/80?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=libfn) ```diff @@ Coverage Diff @@ ## main #80 +/- ## ======================================= Coverage 100.0% 100.0% ======================================= Files 20 20 Lines 857 857 Branches 121 121 ======================================= Hits 857 857 ``` [![Impacted file tree graph](https://app.codecov.io/gh/libfn/functional/pull/80/graphs/tree.svg?width=650&height=150&src=pr&token=3RHT38SEU0&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=libfn)](https://app.codecov.io/gh/libfn/functional/pull/80?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=libfn)
godexsoft commented 5 months ago

We decided to use docker nixos instead of github action. I'm closing this experiment PR in favour of the other one that's being worked on.