Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update some build files and fix code coverage testing #334

Merged
merged 10 commits into from
May 3, 2024
4 changes: 3 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,13 @@ jobs:
lcov --list coverage.info
working-directory: build

- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
files: build/coverage.info
fail_ci_if_error: true
functionalities: fixes
token: ${{ secrets.CODECOV_TOKEN }} # required




Expand Down
7 changes: 3 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repos:
"--exclude-file=./config/spelling_ignorelines.txt",
]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: mixed-line-ending
- id: trailing-whitespace
Expand All @@ -47,11 +47,10 @@ repos:
- id: end-of-file-fixer
- id: check-shebang-scripts-are-executable
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.2
rev: v18.1.4
hooks:
- id: clang-format
types:
- c++
types_or: [c++, c]
- repo: local
hooks:
- id: disallow-caps
Expand Down
28 changes: 0 additions & 28 deletions .pre-commit-nodocker.yaml

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project after the 0.2.0 release will be documented i
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.9.2][] - 2024-05-10

update some dependencies and other minor fixes

### Fixed

### Added

## [0.9.1][] - 2023-09-01

Fix some string output issues related to units with various prefixes of meters and seconds
Expand Down
Loading
Loading