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 a skip_on_fips_enabled_platform marker #31

Merged
merged 7 commits into from
Oct 20, 2023
Merged

Conversation

s0undt3ch
Copy link
Contributor

Fixes #30

@codecov
Copy link

codecov bot commented Oct 20, 2023

Codecov Report

Merging #31 (0c84d31) into main (7665312) will increase coverage by 3.76%.
Report is 44 commits behind head on main.
The diff coverage is 98.47%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #31      +/-   ##
==========================================
+ Coverage   93.09%   96.85%   +3.76%     
==========================================
  Files          43       48       +5     
  Lines        1605     2059     +454     
==========================================
+ Hits         1494     1994     +500     
+ Misses        111       65      -46     
Flag Coverage Δ
Linux 98.45% <99.22%> (+3.50%) ⬆️
Py35 ?
Py36 ?
Py37 ?
Py38 ?
Py39 ?
PyTest60 ?
PyTest61 ?
PyTest62 ?
Windows 96.02% <98.47%> (+4.00%) ⬆️
macOS 98.45% <99.22%> (+3.50%) ⬆️
py3.10 96.85% <98.47%> (?)
py3.7 96.83% <98.47%> (?)
py3.8 96.75% <98.47%> (?)
py3.9 96.75% <98.47%> (?)
pytest-7.1.0 98.45% <99.22%> (?)
pytest-7.2.0 98.45% <99.22%> (?)
pytest-7.3.0 96.85% <98.47%> (?)
pytest-7.4.0 96.85% <98.47%> (?)
src 91.01% <95.38%> (+7.96%) ⬆️
tests 100.00% <100.00%> (ø)

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

Files Coverage Δ
src/pytestskipmarkers/__init__.py 100.00% <ø> (ø)
src/pytestskipmarkers/plugin.py 100.00% <100.00%> (ø)
src/pytestskipmarkers/utils/platform.py 100.00% <100.00%> (ø)
src/pytestskipmarkers/utils/ports.py 61.12% <100.00%> (+1.12%) ⬆️
src/pytestskipmarkers/utils/socket.py 100.00% <ø> (ø)
tests/conftest.py 100.00% <100.00%> (ø)
tests/functional/test_destructive_test.py 100.00% <ø> (ø)
tests/functional/test_expensive_test.py 100.00% <100.00%> (ø)
tests/functional/test_requires_network.py 100.00% <100.00%> (ø)
tests/functional/test_skip_if_binaries_missing.py 100.00% <100.00%> (ø)
... and 38 more

Signed-off-by: Pedro Algarvio <[email protected]>
Signed-off-by: Pedro Algarvio <[email protected]>
@s0undt3ch s0undt3ch temporarily deployed to release October 20, 2023 12:43 — with GitHub Actions Inactive
@s0undt3ch s0undt3ch merged commit 7e0dd92 into saltstack:main Oct 20, 2023
41 of 42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a skip_on_fips_enabled_platform marker
2 participants