Skip to content

Commit

Permalink
Merge branch 'develop' into 'master'
Browse files Browse the repository at this point in the history
Develop into master

See merge request in3/c/in3-core!162
  • Loading branch information
simon-jentzsch committed Mar 2, 2020
2 parents bc0b7d8 + 85bc78e commit 684fbce
Show file tree
Hide file tree
Showing 3,798 changed files with 19,640 additions and 2,868 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
21 changes: 0 additions & 21 deletions .bumpversion.cfg

This file was deleted.

6 changes: 4 additions & 2 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,15 @@ jobs:
- name: build
run: cd build; make
- name: test
run: cd build; make ccov-all && make ccov-all-report
run: cd build; make test
- name: summary
run: cd build; ../scripts/lcov_report.sh | xargs llvm-cov report
- name: export
run: |
apt-get update
apt-get install -y curl
cd build
cat ccov/binaries.list | xargs llvm-cov export -instr-profile ccov/all-merged.profdata -format=lcov "-ignore-filename-regex=.*(third|test).*" > coverage.info
../scripts/lcov_report.sh | xargs llvm-cov export -format=lcov > coverage.info
- uses: codecov/codecov-action@v1.0.3
with:
token: ${{secrets.CODECOV_TOKEN}}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: make
run: cd build; make
- name: test
run: cd test/bindings/wasm; npm i; npm test
run: cd wasm/test; npm i; npm test

asmjs:
runs-on: ubuntu-latest
Expand All @@ -29,4 +29,4 @@ jobs:
- name: make
run: cd build; make
- name: test
run: cd test/bindings/wasm; npm i; npm test
run: cd wasm/test; npm i; npm test
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ _build
cmake-build-debug/
.vscode/
.idea/
.settings/
# Vim
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
Expand All @@ -24,3 +25,6 @@ cmake-build-debug/
bin/
.classpath
.project
*.class
target/
.cproject
Loading

0 comments on commit 684fbce

Please sign in to comment.