Skip to content

Commit

Permalink
ci: add pytest coverage report as environment
Browse files Browse the repository at this point in the history
!15 #37
  • Loading branch information
jon-nfc committed May 31, 2024
1 parent 9b811ed commit 8e338c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab/pytest.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ Unit:
- artifacts/*.JUnit.xml
paths:
- artifacts/
environment:
name: PyTest Coverage Report
url: https://nofusscomputing.gitlab.io/-/projects/django_template/-/jobs/${CI_JOB_ID}/artifacts/artifacts/coverage/index.html
rules:

- if: # Occur on merge
Expand Down

0 comments on commit 8e338c7

Please sign in to comment.