Skip to content

Commit

Permalink
[ci skip] Fixing incorrect link to Coveralls build.
Browse files Browse the repository at this point in the history
Also increasing wiggle room for a single test case that is newly
failing on `manylinux`.

This will move the `0.10.0` tag from the previous commit to this
one.
  • Loading branch information
dhermes committed Aug 14, 2019
1 parent be1490d commit 7a6ca37
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ details, see `the LICENSE`_.
:target: https://ci.appveyor.com/project/dhermes/bezier/build/1.0.1147.master
:alt: AppVeyor CI Build
.. |coverage| image:: https://s3.amazonaws.com/assets.coveralls.io/badges/coveralls_100.svg
:target: https://coveralls.io/builds/51994444
:target: https://coveralls.io/builds/25123319
:alt: Code Coverage
.. |zenodo| image:: https://zenodo.org/badge/73047402.svg
:target: https://zenodo.org/badge/latestdoi/73047402
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ details, see `the LICENSE`_.
:target: https://ci.appveyor.com/project/dhermes/bezier/build/1.0.1078.master
:alt: AppVeyor CI Build
.. |coverage| image:: https://s3.amazonaws.com/assets.coveralls.io/badges/coveralls_100.svg
:target: https://coveralls.io/builds/51994444
:target: https://coveralls.io/builds/25123319
:alt: Code Coverage
.. |zenodo| image:: https://zenodo.org/badge/73047402.svg
:target: https://zenodo.org/badge/latestdoi/73047402
Expand Down
4 changes: 2 additions & 2 deletions tests/functional/test_curve_curve.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@
(5, 3): ZERO_MISS, # Established on Ubuntu 16.04
},
22: {
(0, 0): 12, # Established on Ubuntu 16.04
(1, 0): 29, # Established on Ubuntu 16.04
(0, 0): 16, # Established on CentOS 5 (i686 Docker image)
(1, 0): 38, # Established on CentOS 5 (i686 Docker image)
(0, 1): 4, # Established on CentOS 5 (i686 Docker image)
(1, 1): 4, # Established on CentOS 5 (i686 Docker image)
},
Expand Down

0 comments on commit 7a6ca37

Please sign in to comment.