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

feat: Skip Coverage for Exception Classes #33

Merged
merged 1 commit into from
Jun 27, 2022

Conversation

gvee-uk
Copy link
Contributor

@gvee-uk gvee-uk commented Jun 27, 2022

No description provided.

@gvee-uk gvee-uk requested review from EuanMason and GooseLF June 27, 2022 09:21
@gvee-uk gvee-uk linked an issue Jun 27, 2022 that may be closed by this pull request
@github-actions
Copy link

github-actions bot commented Jun 27, 2022

Unit Test Results

41 tests  ±0   40 ✔️ ±0   0s ⏱️ ±0s
  1 suites ±0     1 💤 ±0 
  1 files   ±0     0 ±0 

Results for commit 80dca81. ± Comparison against base commit 3b59335.

♻️ This comment has been updated with latest results.

@gvee-uk
Copy link
Contributor Author

gvee-uk commented Jun 27, 2022

Output from the GitHub action that runs the tests, to show that this works:

---------- coverage: platform linux, python 3.8.10-final-0 -----------
Name                          Stmts   Miss  Cover
-------------------------------------------------
src/__init__.py                   0      0   100%
src/config.py                     9      0   100%
src/deploy.py                    35     35     0%
src/exceptions.py                 0      0   100%
src/model.py                     52      0   100%
src/sql-deployment-tools.py      40     40     0%
-------------------------------------------------
TOTAL                           136     75    45%
======================== 40 passed, 1 skipped in 0.37s =========================

@gvee-uk gvee-uk merged commit 55d82e4 into main Jun 27, 2022
@gvee-uk gvee-uk deleted the 15-test-coverage-exceptionspy branch June 27, 2022 09:23
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.

Test coverage: exceptions.py
2 participants