Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
nixargh committed Dec 17, 2024
1 parent d9f8de6 commit 968b0a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.13.2] - 2024-12-17
### Fixed
- Integration tests for k8s.
- Run unit tests for both **PromQL** and **MetricsQL**.

## [0.13.1] - 2024-12-16
### Changed
- Update dependencies versions a bit further.
Expand Down
2 changes: 1 addition & 1 deletion scripts/check/unit-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set -o errexit
set -o nounset

go test -race -coverprofile=.test_coverage.txt $(go list ./... | grep -v /test/integration )
go tool cover -func=.test_coverage.txt | tail -n1 | awk '{print "Total test coverage: " $3}'
go tool cover -func=.test_coverage.txt | tail -n1 | awk '{print "Total test coverage: " $3}'

0 comments on commit 968b0a9

Please sign in to comment.