Skip to content

Commit

Permalink
fix artifact path for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
seebi committed Sep 14, 2023
1 parent 0bb0d0d commit df80523
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/)

## [5.3.1] 2023-09-14

### Fixed

- gitlab CI: artifact path for pytet


## [5.3.0] 2023-09-08

### Changed
Expand Down
2 changes: 2 additions & 0 deletions src/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ pytest:
coverage_report:
coverage_format: cobertura
path: dist/coverage.xml
junit:
- dist/junit-pytest.xml
paths:
- dist/badge-coverage.svg
- dist/badge-tests.svg
Expand Down

0 comments on commit df80523

Please sign in to comment.