Skip to content

Commit

Permalink
Merge branch 'master' into 'fxdao-test'
Browse files Browse the repository at this point in the history
  • Loading branch information
bbyalcinkaya committed Sep 4, 2024
1 parent ecf32f3 commit 2d24fba
Show file tree
Hide file tree
Showing 45 changed files with 1,341 additions and 51 deletions.
6 changes: 3 additions & 3 deletions .cruft.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"checkout": null,
"context": {
"cookiecutter": {
"project_name": "ksoroban",
"project_slug": "ksoroban",
"package_name": "ksoroban",
"project_name": "komet",
"project_slug": "komet",
"package_name": "komet",
"version": "0.1.0",
"description": "K tooling for the Soroban platform",
"author_name": "Runtime Verification, Inc.",
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
name: 'Integration Tests'
runs-on: [self-hosted, linux, normal]
env:
CONTAINER: ksoroban-integration-${{ github.sha }}
CONTAINER: komet-integration-${{ github.sha }}
steps:
- name: 'Check out code'
uses: actions/checkout@v3
Expand All @@ -61,7 +61,7 @@ jobs:
uses: ./.github/actions/with-docker
with:
container-name: ${CONTAINER}
- name: 'Build ksoroban'
- name: 'Build komet'
run: docker exec --user user ${CONTAINER} poetry install
- name: 'Build semantics'
run: docker exec --user user ${CONTAINER} make kdist-build
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ COV_ARGS :=

cov: cov-all

cov-%: TEST_ARGS += --cov=ksoroban --no-cov-on-fail --cov-branch --cov-report=term
cov-%: TEST_ARGS += --cov=komet --no-cov-on-fail --cov-branch --cov-report=term

cov-all: TEST_ARGS += --cov-report=html:cov-all-html $(COV_ARGS)
cov-all: test-all
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ksoroban
# komet


## Installation
Expand Down
Loading

0 comments on commit 2d24fba

Please sign in to comment.