Skip to content

Commit

Permalink
Upgrade to new ECS
Browse files Browse the repository at this point in the history
  • Loading branch information
unitoftime committed Jan 1, 2025
1 parent e72baac commit da9feb8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
- name: make All
run: make all

- name: Test
run: go test -v ./...

- name: Update coverage report
uses: ncruces/go-coverage-report@v0
with:
Expand All @@ -41,6 +38,7 @@ jobs:
matrix.os == 'ubuntu-latest' &&
github.event_name == 'push'
continue-on-error: true

# Maybe one day
# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v2
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
github.com/ungerik/go3d v0.0.0-20240502073936-1137f6adf7e9
github.com/unitoftime/beep v0.0.0-20241026233918-b83e337289e8
github.com/unitoftime/ecs v0.0.2
github.com/unitoftime/ecs v0.0.3
github.com/unitoftime/glitch v0.0.0-20241226152421-0e5863c2be1d
github.com/unitoftime/gotiny v0.0.0-20240915162236-e7a35021e769
github.com/unitoftime/intmap v0.0.0-20231203115433-9505126f7096
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ github.com/unitoftime/beep v0.0.0-20241026233918-b83e337289e8 h1:Qm08cMaNAue7tl5
github.com/unitoftime/beep v0.0.0-20241026233918-b83e337289e8/go.mod h1:P1j3xRgms7eb4x95IaPENFqQ/7GCNx/KAgEfTPhPaq8=
github.com/unitoftime/cod v0.0.0-20241228160133-efe666697475 h1:m0K71y86gw7kbyQSN4rJblreVbvSdKF/9x7lgOTWPbE=
github.com/unitoftime/cod v0.0.0-20241228160133-efe666697475/go.mod h1:Iufibv9gn5GJb4Qzkf8e8xaXOV77OgkrB5kkBZTEN+M=
github.com/unitoftime/ecs v0.0.2 h1:QVZKMsVSaG9WkU2M7EYqkxL3rN3Y498zDt5W8dHDRPU=
github.com/unitoftime/ecs v0.0.2/go.mod h1:YmsHdpPA1CcSd7i6o2W3NgTwFJYI8G68GeGqKimMb3c=
github.com/unitoftime/ecs v0.0.3 h1:W3AfvJg04u1njFa7Q1GtFTSEuLnlevKkhzUC8aMEpww=
github.com/unitoftime/ecs v0.0.3/go.mod h1:YmsHdpPA1CcSd7i6o2W3NgTwFJYI8G68GeGqKimMb3c=
github.com/unitoftime/glitch v0.0.0-20241226152421-0e5863c2be1d h1:ujKNn8QSdGXE4CVHTUH4Di309HuuIlXGl+yk0ugVQ68=
github.com/unitoftime/glitch v0.0.0-20241226152421-0e5863c2be1d/go.mod h1:8QQX+VRTfxdixHCn5bWXYWDrmRzGlEY964ERh3/YIF8=
github.com/unitoftime/gotiny v0.0.0-20240915162236-e7a35021e769 h1:SjK7DZ+RQcLLZwuz9bOLPW59fAZfadztDFDVg3nSiCE=
Expand Down

0 comments on commit da9feb8

Please sign in to comment.