Skip to content

Commit 7d5a194

Browse files
Fix GitLab CI config
1 parent 28de10d commit 7d5a194

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,9 @@ test:
109109
- poetry run coverage xml
110110
artifacts:
111111
reports:
112-
cobertura:
113-
- coverage.xml
112+
coverage_report:
113+
coverage_format: cobertura
114+
path: coverage.xml
114115
junit:
115116
- test_report.xml
116117
when: always

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99
### Changed
1010
* Update contributing guidelines, we can now accept Pull Requests.
11+
### Fixed
12+
* Fix GitLab CI config.
1113

1214

1315
## [1.7.0] - 2022-05-18

0 commit comments

Comments
 (0)