We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28de10d commit 7d5a194Copy full SHA for 7d5a194
.gitlab-ci.yml
@@ -109,8 +109,9 @@ test:
109
- poetry run coverage xml
110
artifacts:
111
reports:
112
- cobertura:
113
- - coverage.xml
+ coverage_report:
+ coverage_format: cobertura
114
+ path: coverage.xml
115
junit:
116
- test_report.xml
117
when: always
CHANGELOG.md
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
## [Unreleased]
9
### Changed
10
* Update contributing guidelines, we can now accept Pull Requests.
11
+### Fixed
12
+* Fix GitLab CI config.
13
14
15
## [1.7.0] - 2022-05-18
0 commit comments