aws-samples / eks-cluster-upgrade

Automated Amazon EKS cluster upgrade
MIT No Attribution
154 stars 35 forks source link

docs: Fix issue template config #47

Closed mbeacom closed 1 year ago

mbeacom commented 1 year ago

Issue number: N/A

Summary

Changes

Issue template change in https://github.com/aws-samples/eks-cluster-upgrade/pull/46 at https://github.com/aws-samples/eks-cluster-upgrade/pull/46/files#diff-1c0d972ee49103af56fd608a77a28e1eb12f6908f263f0f183d46868fdcd8ea2R4 updated to point to aws-samples/eks-cluster-upgrade

User experience

Please share what the user experience looks like before and after this change

Checklist

If your change doesn't seem to apply, please leave them unchecked.

Acknowledgment

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.

codecov-commenter commented 1 year ago

Codecov Report

Base: 10.89% // Head: 11.05% // Increases project coverage by +0.16% :tada:

Coverage data is based on head (fd1fa8f) compared to base (9673091). Patch coverage: 56.25% of modified lines in pull request are covered.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #47 +/- ## ========================================== + Coverage 10.89% 11.05% +0.16% ========================================== Files 10 9 -1 Lines 1974 1701 -273 ========================================== - Hits 215 188 -27 + Misses 1759 1513 -246 ``` | [Impacted Files](https://codecov.io/gh/aws-samples/eks-cluster-upgrade/pull/47?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [eksupgrade/src/preflight\_module.py](https://codecov.io/gh/aws-samples/eks-cluster-upgrade/pull/47?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZWtzdXBncmFkZS9zcmMvcHJlZmxpZ2h0X21vZHVsZS5weQ==) | `3.66% <0.00%> (+0.06%)` | :arrow_up: | | [eksupgrade/starter.py](https://codecov.io/gh/aws-samples/eks-cluster-upgrade/pull/47?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZWtzdXBncmFkZS9zdGFydGVyLnB5) | `11.17% <ø> (+0.12%)` | :arrow_up: | | [eksupgrade/src/boto\_aws.py](https://codecov.io/gh/aws-samples/eks-cluster-upgrade/pull/47?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZWtzdXBncmFkZS9zcmMvYm90b19hd3MucHk=) | `10.16% <50.00%> (ø)` | | | [eksupgrade/src/k8s\_client.py](https://codecov.io/gh/aws-samples/eks-cluster-upgrade/pull/47?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZWtzdXBncmFkZS9zcmMvazhzX2NsaWVudC5weQ==) | `20.19% <50.00%> (ø)` | | | [eksupgrade/cli.py](https://codecov.io/gh/aws-samples/eks-cluster-upgrade/pull/47?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZWtzdXBncmFkZS9jbGkucHk=) | `92.59% <100.00%> (-0.52%)` | :arrow_down: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

quixoticmonk commented 1 year ago

Thank you for catching this, @mbeacom .

mbeacom commented 1 year ago

@quixoticmonk No problem. Thank you!