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

Fix Coverage Settings #438

Merged
merged 1 commit into from
Apr 26, 2024
Merged

Fix Coverage Settings #438

merged 1 commit into from
Apr 26, 2024

Conversation

callumforrester
Copy link
Collaborator

#384 Moved the coverage settings in pyproject.toml from the pytest settings to the tox command. Some merge conflict kept the settings in both places, which interferes with vscode debugging. This PR removes the redundant settings.

Copy link

codecov bot commented Apr 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.96%. Comparing base (f5e160c) to head (c2bc88c).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #438   +/-   ##
=======================================
  Coverage   89.96%   89.96%           
=======================================
  Files          43       43           
  Lines        1814     1814           
=======================================
  Hits         1632     1632           
  Misses        182      182           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@joeshannon joeshannon merged commit c3d1ccd into main Apr 26, 2024
26 checks passed
@joeshannon joeshannon deleted the fix-coverage-settings branch April 26, 2024 15:04
ZohebShaikh pushed a commit that referenced this pull request May 7, 2024
#384 Moved the coverage settings in pyproject.toml from the pytest
settings to the tox command. Some merge conflict kept the settings in
both places, which interferes with vscode debugging. This PR removes the
redundant settings.
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.

None yet

2 participants