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

fix: resolve package name #9

Merged
merged 1 commit into from
Jul 22, 2022
Merged

fix: resolve package name #9

merged 1 commit into from
Jul 22, 2022

Conversation

Nr18
Copy link
Collaborator

@Nr18 Nr18 commented Jul 22, 2022

Issue #, if available:

Description of changes:

By including the coverage configuration in the pyproject.toml file. The name of the project did not resolve correctly. By adding the = we ensure that it is actually the correct name.

Checklist

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

By including the coverage configuration in the `pyproject.toml` file. The name of the project did not resolve correctly. By adding the ` =` we ensure that it is actually the correct name.
@github-actions github-actions bot added the bug Something isn't working label Jul 22, 2022
@codecov
Copy link

codecov bot commented Jul 22, 2022

Codecov Report

Merging #9 (595c0f5) into develop (f70b033) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##           develop        #9   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9        10    +1     
  Lines          321       346   +25     
  Branches        35        39    +4     
=========================================
+ Hits           321       346   +25     
Impacted Files Coverage Δ
aws_iam_login/__init__.py 100.00% <100.00%> (ø)
aws_iam_login/access_key.py 100.00% <100.00%> (ø)
aws_iam_login/actions/rotate_access_keys.py 100.00% <100.00%> (ø)
aws_iam_login/aws_config.py 100.00% <100.00%> (ø)
aws_iam_login/credentials.py 100.00% <100.00%> (ø)
aws_iam_login/temp_credentials.py 100.00% <100.00%> (ø)

@Nr18 Nr18 merged commit fdc8e66 into develop Jul 22, 2022
@Nr18 Nr18 deleted the fix/package-name branch July 22, 2022 07:51
Nr18 pushed a commit that referenced this pull request Jul 22, 2022
fix: resolve package name (#9)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging this pull request may close these issues.

1 participant