Skip to content

Conversation

@cortadocodes
Copy link
Collaborator

@cortadocodes cortadocodes commented Jan 5, 2021

Contents

New Features

Minor fixes and improvements

Quality Checklist

  • New features are fully tested (No matter how much Coverage Karma you have)
  • [v0.2 onward] New features are included in the documentation

Coverage Karma

  • If your PR decreases test coverage, do you feel you have built enough Coverage Karma* to justify it?

*Coverage Karma can be earned by disproportionally increasing test coverage in the rest of your contributions.
It's an honesty policy - you keep count of your own.

@thclark thclark changed the title OPS: Increase setup.py patch version number Release 0.1.8 - Child Services and Documentation Jan 5, 2021
@codecov-io
Copy link

codecov-io commented Jan 6, 2021

Codecov Report

Merging #68 (b273b5b) into main (5bcf2b7) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #68   +/-   ##
=======================================
  Coverage   96.30%   96.30%           
=======================================
  Files          40       40           
  Lines         839      839           
=======================================
  Hits          808      808           
  Misses         31       31           

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 5bcf2b7...b273b5b. Read the comment docs.

@cortadocodes cortadocodes self-assigned this Jan 6, 2021
This avoids conflicts when the same tests are run in parallel on
GitHub while all accessing the same Google Pub/Sub instance.
…with-google-pubsub

Feature: Allow services to communicate via Google Pub/Sub
@cortadocodes cortadocodes marked this pull request as ready for review February 1, 2021 12:09
@thclark thclark merged commit 7bc5f01 into main Feb 1, 2021
@thclark thclark deleted the release/0.1.8 branch February 1, 2021 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Clean up cli testing to avoid race conditions

4 participants