Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge upstream remote (v0.10.0) #6

Merged
merged 9 commits into from
Apr 5, 2022
Merged

Conversation

cpnat
Copy link

@cpnat cpnat commented Apr 5, 2022

No description provided.

adatzer and others added 9 commits October 26, 2021 02:37
PR snowplow#260

* Remove pycontracts library that wasn't compatible with Python 3.10
* Add Python type hints to all function arguments and return values
* Remove support for Python 2 due to the type hints
* Add custom contracts (e.g., non_empty_string) evaluated at the start of functions
* Run through Flake8 linter and correct style
* Remove Python 2 from Github action build
* Add Dockerfile for running tests under all supported Python versions
@coveralls
Copy link

Pull Request Test Coverage Report for Build 2095831023

  • 877 of 887 (98.87%) changed or added relevant lines in 18 files are covered.
  • 10 unchanged lines in 3 files lost coverage.
  • Overall coverage decreased (-0.2%) to 96.826%

Changes Missing Coverage Covered Lines Changed/Added Lines %
snowplow_tracker/emitters.py 34 35 97.14%
snowplow_tracker/redis/redis_emitter.py 6 7 85.71%
snowplow_tracker/test/integration/test_integration.py 39 41 95.12%
snowplow_tracker/celery/celery_emitter.py 3 6 50.0%
snowplow_tracker/typing.py 21 24 87.5%
Files with Coverage Reduction New Missed Lines %
snowplow_tracker/celery/celery_emitter.py 1 46.88%
snowplow_tracker/test/integration/test_integration.py 4 97.79%
snowplow_tracker/redis/redis_emitter.py 5 73.33%
Totals Coverage Status
Change from base Build 1615924715: -0.2%
Covered Lines: 2044
Relevant Lines: 2111

💛 - Coveralls

@cpnat cpnat changed the title Cpnat/merge 310 upstream Merge upstream remote (v0.10.0) Apr 5, 2022
@cpnat cpnat merged commit b357528 into master Apr 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants