Skip to content

Commit

Permalink
Merge branch 'master' into 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Lomilar committed Nov 23, 2024
2 parents 7793efd + 227afee commit 5c46678
Show file tree
Hide file tree
Showing 843 changed files with 78,925 additions and 27,205 deletions.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ module.exports = {
es6: true,
node: true
},
parser: "babel-eslint",
rules: {
// These rules assume eslint recommended, if the rules is accepted from
// eslint:recommended settings it is commented out and noted to the right of
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@ jobs:
- name: Autobuild
uses: github/codeql-action/autobuild@v3

- name: Build lcov.info
uses: actions/setup-node@v4
with:
cache: 'npm'
- run: npm ci
- run: docker network create cass-net
- run: docker run -d --network cass-net --name cass-nyc -p80:80 cassproject/cass:dev
- run: npm run nyc

- name: Analyze with SonarCloud
uses: SonarSource/[email protected]
env:
Expand All @@ -60,6 +69,7 @@ jobs:
-Dsonar.organization=cassproject
-Dsonar.sources=src/com/,src/org/
-Dsonar.tests=src/test/
-Dsonar.cpd.exclusions=src/com/asd/**/*,src/org/credentialengine/*
projectBaseDir: .

- name: Perform CodeQL Analysis
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ Development unit tests presume you have a CaSS Repository running on `localhost:

# Changelog

## 1.5.70
* Fixed issue with L2 caching of data with mismatched index/permanent records.
* Lots of updates to tests.

## 1.5.68
* Hardening and CI/CD testing.
* Fixed CEASN infinite loop.
Expand Down
74 changes: 0 additions & 74 deletions codeCoverage.md

This file was deleted.

Loading

0 comments on commit 5c46678

Please sign in to comment.