Skip to content

Commit

Permalink
Updated coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jmitchel3 committed Dec 22, 2024
1 parent 3abd711 commit 29ce2ed
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# http://editorconfig.org

root = true

[*]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
end_of_line = lf

[*.py]
indent_size = 4

[Makefile]
indent_style = tab
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
name: coverage-data-${{ matrix.python-version }}
path: '${{ github.workspace }}/.coverage.*'
include-hidden-files: true
if-no-files-found: error
if-no-files-found: continue

coverage:
name: Coverage
Expand Down Expand Up @@ -110,4 +110,4 @@ jobs:
- name: Build
run: uv build

- uses: pypa/gh-action-pypi-publish@release/v1
- uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 29ce2ed

Please sign in to comment.