Closed jeking3 closed 2 years ago
@mclow a few things to do here:
As admin for this repo you must do items 1 and 2 to enable PRs and merges into develop and master to run a build.
Wow did you pay for travis-ci.com?
:exclamation: No coverage uploaded for pull request base (
develop@9477cd8
). Click here to learn what that means. The diff coverage isn/a
.
@@ Coverage Diff @@
## develop #56 +/- ##
==========================================
Coverage ? 80.75%
==========================================
Files ? 39
Lines ? 717
Branches ? 236
==========================================
Hits ? 579
Misses ? 31
Partials ? 107
Impacted Files | Coverage Δ | |
---|---|---|
include/boost/algorithm/apply_permutation.hpp | 100% <ø> (ø) |
|
include/boost/algorithm/hex.hpp | 75.36% <ø> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 9477cd8...ac1713e. Read the comment docs.
This was passing on my fork... https://github.com/jeking3/algorithm/pull/2
What's the status on this? I think that landing a change along these lines would help me a lot, as I could offload most of my b2
permutations to CI.
This fixes #52
Note the UBSAN job is expected to fail, it needs to be investigated and resolved. I added symbol visibility to the exceptions but that didn't make a difference (it should be there anyway).
Since you do not have Travis CI or AppVeyor enabled on this repository, here are the build results:
AppVeyor: https://ci.appveyor.com/project/jeking3/algorithm/builds/20008102 Travis CI: https://travis-ci.org/jeking3/algorithm/builds/449921988