Skip to content

Commit fd520eb

Browse files
Initial commit
1 parent f9ad29b commit fd520eb

File tree

130 files changed

+2232
-373
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

130 files changed

+2232
-373
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
echo "COVERAGE_CORE=sysmon" >> $GITHUB_ENV
4646
4747
- name: Run tests with pytest
48-
run: pytest --cov=template --cov-report=xml
48+
run: pytest --cov=electrai --cov-report=xml
4949

5050
- name: Upload coverage to Codecov
5151
uses: codecov/codecov-action@v5

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
graft src/template
1+
graft src/electrai

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# template
1+
# electrai
22

33
A simple-to-use resource for creating open-source Python packages.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/example_docs/code/hints.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

docs/example_docs/code/source.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

docs/example_docs/code/tests.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

docs/example_docs/github/commits.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)