awslabs / fhir-works-on-aws-persistence-ddb

A DynamoDB implementation of the FHIR Works on AWS framework, enabling users to complete CRUD operations on FHIR resources
Apache License 2.0
27 stars 22 forks source link

fix: update code coverage action to not run on feat branches #136

Closed ssvegaraju closed 2 years ago

ssvegaraju commented 2 years ago

Issue #, if available:

Description of changes: updated codecov action to not run on PRs not targeting mainline (i.e. feat branches)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

codecov-commenter commented 2 years ago

Codecov Report

Merging #136 (2c78c5c) into mainline (26183d3) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           mainline     #136   +/-   ##
=========================================
  Coverage     89.72%   89.72%           
=========================================
  Files            26       26           
  Lines          1129     1129           
  Branches        187      185    -2     
=========================================
  Hits           1013     1013           
  Misses          112      112           
  Partials          4        4           

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 26183d3...2c78c5c. Read the comment docs.