8c6794b6 / hpc-codecov

Generate reports from hpc data
BSD 3-Clause "New" or "Revised" License
9 stars 3 forks source link

Bump upper bound of hpc to 0.8 #10

Closed BinderDavid closed 1 year ago

BinderDavid commented 1 year ago

I recently released a new major version of hpc: 0.7.0.0. The only significant difference is that hpc has dropped all promises about safe/trustworthy Haskell. This is due to the fact that we depend on the directory package which recently dropped its SafeHaskell promises. If you don't use SafeHaskell then you shouldn't notice a difference, except that we are now compatible with newer versions of the directory package.

codecov[bot] commented 1 year ago

Codecov Report

Merging #10 (7e271e5) into master (4420e2c) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #10   +/-   ##
=======================================
  Coverage   96.61%   96.61%           
=======================================
  Files           6        6           
  Lines         621      621           
  Branches       69       69           
=======================================
  Hits          600      600           
  Misses         13       13           
  Partials        8        8           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

8c6794b6 commented 1 year ago

Thank you for the pull request, merged!