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

Add automatic tests with Github Actions #703

Merged
merged 39 commits into from
Aug 29, 2023
Merged

Conversation

justin-h-loi
Copy link
Collaborator

Current setup:

  • Runs on push/pull_request to master
  • Images: Ubuntu-20.04:py38 and Ubuntu-22.04:py10
  • Tests: tox unit and integration tests

@justin-h-loi justin-h-loi self-assigned this Aug 25, 2023
.github/workflows/.travis.yml Outdated Show resolved Hide resolved
.github/workflows/.travis.yml Outdated Show resolved Hide resolved
.github/workflows/.travis.yml Outdated Show resolved Hide resolved
kmip/services/server/session.py Outdated Show resolved Hide resolved
kmip/services/server/crypto/engine.py Outdated Show resolved Hide resolved
@codecov-commenter
Copy link

codecov-commenter commented Aug 29, 2023

Codecov Report

Merging #703 (840bd6a) into master (837eeaf) will increase coverage by 0.03%.
Report is 29 commits behind head on master.
The diff coverage is 84.94%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##           master     #703      +/-   ##
==========================================
+ Coverage   96.59%   96.62%   +0.03%     
==========================================
  Files          79       79              
  Lines       16893    17492     +599     
==========================================
+ Hits        16317    16902     +585     
- Misses        576      590      +14     
Files Changed Coverage Δ
kmip/pie/client.py 98.78% <40.00%> (-0.60%) ⬇️
kmip/core/factories/attribute_values.py 78.80% <50.00%> (-0.73%) ⬇️
kmip/core/messages/messages.py 86.77% <50.00%> (-0.33%) ⬇️
kmip/pie/objects.py 99.48% <55.55%> (-0.52%) ⬇️
kmip/core/messages/contents.py 97.86% <66.66%> (-0.36%) ⬇️
kmip/core/enums.py 100.00% <100.00%> (ø)
kmip/core/messages/payloads/discover_versions.py 100.00% <100.00%> (ø)
kmip/core/messages/payloads/query.py 100.00% <100.00%> (ø)
kmip/services/server/auth/slugs.py 100.00% <100.00%> (ø)
kmip/services/server/crypto/engine.py 98.84% <100.00%> (-0.01%) ⬇️
... and 3 more

... and 35 files with indirect coverage changes

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

@arp102 arp102 merged commit 400c29b into OpenKMIP:master Aug 29, 2023
12 checks passed
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.

3 participants