verifaied 0.1.0.dev19__tar.gz → 0.1.0.dev21__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -37,11 +37,13 @@ Thumbs.db
37
37
  .coverage
38
38
  coverage.json
39
39
  htmlcov/
40
+ */junit.xml
40
41
 
41
42
  # Keys
42
43
  *.pem
43
44
 
44
45
  TODO.txt
46
+ TODO.md
45
47
 
46
48
  # Terraform
47
49
  **/.terraform/
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: verifaied
3
- Version: 0.1.0.dev19
3
+ Version: 0.1.0.dev21
4
4
  Summary: Upload local pytest coverage to verifAIed for instant feedback
5
5
  Project-URL: Homepage, https://pypi.org/project/verifaied/
6
6
  Author: Kyle Richards
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "verifaied"
3
- version = "0.1.0.dev19"
3
+ version = "0.1.0.dev21"
4
4
  description = "Upload local pytest coverage to verifAIed for instant feedback"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
File without changes