Skip to content

Commit ba8d34d

Browse files
authored
Merge pull request #20 from MoshPe/feat/js-parity-hardening
feat: harden Java parity with the JS repo
2 parents 43fe1c4 + db28dc5 commit ba8d34d

45 files changed

Lines changed: 2391 additions & 327 deletions

Some content is hidden

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

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@ jobs:
2222

2323
- name: Build and test
2424
run: |
25-
mvn -pl streamfence-core \
26-
--no-transfer-progress \
27-
clean verify \
28-
-Dgpg.skip=true
25+
mvn --no-transfer-progress clean verify -Dgpg.skip=true
2926
3027
- name: Upload coverage reports to Codecov
3128
uses: codecov/codecov-action@v5

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ target/
1717
.claude
1818
.codex
1919
docs
20+
.worktrees/
2021

2122
### Eclipse ###
2223
.apt_generated
@@ -41,4 +42,4 @@ build/
4142
.vscode/
4243

4344
### Mac OS ###
44-
.DS_Store
45+
.DS_Store

0 commit comments

Comments
 (0)