Skip to content

Commit

Permalink
Fix GitLab CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-jones-dev committed Jun 8, 2022
1 parent 28de10d commit 7d5a194
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 109,9 @@ test:
- poetry run coverage xml
artifacts:
reports:
cobertura:
- coverage.xml
coverage_report:
coverage_format: cobertura
path: coverage.xml
junit:
- test_report.xml
when: always
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Changed
* Update contributing guidelines, we can now accept Pull Requests.
### Fixed
* Fix GitLab CI config.


## [1.7.0] - 2022-05-18
Expand Down

0 comments on commit 7d5a194

Please sign in to comment.