Skip to content

Commit

Permalink
2.0.0_releases updates and data refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
redruin1 committed Jan 2, 2025
1 parent b2e81e7 commit ba6bcb3
Show file tree
Hide file tree
Showing 12 changed files with 139 additions and 218 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
pip install -e .
coverage run
coverage xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
directory: ./coverage/reports/
env_vars: PYTHON
fail_ci_if_error: true
files: ./coverage.xml
flags: unittests
name: codecov-umbrella
verbose: true
# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v2
# with:
# directory: ./coverage/reports/
# env_vars: PYTHON
# fail_ci_if_error: true
# files: ./coverage.xml
# flags: unittests
# name: codecov-umbrella
# verbose: true
337 changes: 129 additions & 208 deletions docs/discusssion/2.0.0_release/2.0.0_release.md

Large diffs are not rendered by default.

Binary file modified draftsman/data/entities.pkl
Binary file not shown.
Binary file modified draftsman/data/fluids.pkl
Binary file not shown.
Binary file modified draftsman/data/instruments.pkl
Binary file not shown.
Binary file modified draftsman/data/items.pkl
Binary file not shown.
Binary file modified draftsman/data/mods.pkl
Binary file not shown.
Binary file modified draftsman/data/modules.pkl
Binary file not shown.
Binary file modified draftsman/data/planets.pkl
Binary file not shown.
Binary file modified draftsman/data/recipes.pkl
Binary file not shown.
Binary file modified draftsman/data/signals.pkl
Binary file not shown.
Binary file modified draftsman/data/tiles.pkl
Binary file not shown.

0 comments on commit ba6bcb3

Please sign in to comment.