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

build-test: Add test #844

Merged
merged 1 commit into from Jul 28, 2022
Merged

build-test: Add test #844

merged 1 commit into from Jul 28, 2022

Conversation

colin-pm
Copy link
Member

Adds build test to ensure hvac is always in a buildable state and can be installed on Mac, Ubuntu, and Windows.

Signed-off-by: Colin McAllister colinmca242@gmail.com

@colin-pm colin-pm added the CI/CD related to CI/CD (not necessarily tests) label Jul 28, 2022
@colin-pm colin-pm requested a review from a team as a code owner July 28, 2022 21:58
@codecov
Copy link

codecov bot commented Jul 28, 2022

Codecov Report

Merging #844 (7d9ed4f) into develop (f23567b) will decrease coverage by 0.30%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           develop     #844      +/-   ##
===========================================
- Coverage    77.91%   77.61%   -0.31%     
===========================================
  Files           64       64              
  Lines         3600     3600              
===========================================
- Hits          2805     2794      -11     
- Misses         795      806      +11     
Impacted Files Coverage Δ
hvac/api/secrets_engines/transform.py 64.06% <0.00%> (-8.60%) ⬇️

Adds build test to ensure hvac is always in a buildable state and can be installed on Mac, Ubuntu, and Windows.

Signed-off-by: Colin McAllister <colinmca242@gmail.com>
@colin-pm
Copy link
Member Author

Made a small mistake on the initial change with Python versions requiring strings so Python version 3.10 is interpreted as "3.10" and not 3.1...

Made this change. As expected and pointed out in #843, the tests fail for Windows. I will still merge this as the failed tests reflect the current state of the repository. I would like to merge this change beforehand so the new tests can run for #843.

@colin-pm colin-pm merged commit 97a9fe0 into hvac:develop Jul 28, 2022
@colin-pm colin-pm deleted the feature/build_test branch July 28, 2022 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD related to CI/CD (not necessarily tests)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant