Closed ptallada closed 4 years ago
Merging #26 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #26 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 12 12
Lines 229 228 -1
=====================================
- Hits 229 228 -1
Impacted Files | Coverage Δ | |
---|---|---|
hypothesis_sqlalchemy/tabular/records.py | 100% <ø> (ø) |
:arrow_up: |
hypothesis_sqlalchemy/hints.py | 100% <100%> (ø) |
:arrow_up: |
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 fa12703...254689c. Read the comment docs.
can you also update .azure-pipelines.yml
file and replace vmImage
values for jobs to
jobs:
- job: 'Windows'
pool:
vmImage: 'windows-latest'
...
- job: 'MacOS'
pool:
vmImage: 'macOS-latest'
? it will enable tests on MacOS machines (and will help to avoid this kind of problems in the future I hope).
Updated azure pipelines
also for Travis CI tests to run using PyPy we probably should change .travis.yml
from
sudo: false
distro: trusty
to
dist: xenial
(you can see how CI providers changed in 5 months)
Are you looking for a new maintainer? :-P
Also, I have not much idea about travis...
Are you looking for a new maintainer? :-P
Also, I have not much idea about travis...
You are already a maintainer (or at least contributor) :-)
and I can't accept PR without green tests
and I can't accept PR without green tests
I understand :)
Thanks for your PR, now I'll bump and release a new version.
Great!
Thanks :)
Hi,
When using latest versions of hypothesis, the import fails with: