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

Implement PEP-517 compatible system with pyproject.toml #76

Merged
merged 19 commits into from
Apr 30, 2023
Merged

Conversation

djpugh
Copy link
Owner

@djpugh djpugh commented Apr 30, 2023

Implement PEP-517 compatible system

  • Migrate to pyproject.toml
  • Tidy plugins structure slightly
  • Implement tox handling for pyproject.toml
  • Remove requirements.txt/embed-requirements.txt (now in pyproject.toml)
  • Remove supported python versions (now parsed from pyproject.toml)
  • Added mypy type checking

@codecov
Copy link

codecov bot commented Apr 30, 2023

Codecov Report

Merging #76 (cc12137) into main (db67dc7) will decrease coverage by 4.61%.
The diff coverage is 88.57%.

@@            Coverage Diff             @@
##             main      #76      +/-   ##
==========================================
- Coverage   98.58%   93.97%   -4.61%     
==========================================
  Files           6        6              
  Lines         141      166      +25     
==========================================
+ Hits          139      156      +17     
- Misses          2       10       +8     
Flag Coverage Δ
tests 93.97% <88.57%> (-4.61%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/azure_devops_artifacts_helpers/_get_version.py 68.00% <68.00%> (ø)
src/azure_devops_artifacts_helpers/__init__.py 100.00% <100.00%> (ø)
src/azure_devops_artifacts_helpers/cli.py 100.00% <100.00%> (ø)
src/azure_devops_artifacts_helpers/plugins/tox.py 97.18% <100.00%> (ø)
src/azure_devops_artifacts_helpers/seed.py 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@djpugh djpugh changed the title Feature/pep-517 Implement PEP-517 compatible system with pyproject.toml Apr 30, 2023
@djpugh djpugh enabled auto-merge (squash) April 30, 2023 17:34
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@djpugh djpugh disabled auto-merge April 30, 2023 20:40
@djpugh djpugh merged commit bfa6cec into main Apr 30, 2023
@djpugh djpugh deleted the feature/pep-517 branch April 30, 2023 20:41
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.

1 participant