Skip to content

Commit

Permalink
update some build files and fix code coverage testing (#334)
Browse files Browse the repository at this point in the history
* update some build files and fix code coverage testing

* update changelog

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
phlptp and pre-commit-ci[bot] authored May 3, 2024
1 parent 179ed74 commit 7333067
Show file tree
Hide file tree
Showing 5 changed files with 1,094 additions and 398 deletions.
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

0 comments on commit 7333067

Please sign in to comment.