Skip to content

Commit

Permalink
CI: fix coverage paths
Browse files Browse the repository at this point in the history
  • Loading branch information
fjugipe committed Feb 2, 2024
1 parent ca826eb commit ef9f496
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
- name: Comment coverage
uses: MishaKav/pytest-coverage-comment@main
with:
pytest-coverage-path: ./pytest-coverage.txt
pytest-coverage-path: ./api/pytest-coverage.txt
coverage-path-prefix: api/
title: API Unit Test Coverage Report
hide-badge: true
Expand All @@ -151,7 +151,7 @@ jobs:
hide-comment: false
report-only-changed-files: false
remove-link-from-badge: false
junitxml-path: ./pytest.xml
junitxml-path: ./api/pytest.xml
junitxml-title: API Unit Test Coverage Summary


Expand Down

1 comment on commit ef9f496

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

API Unit Test Coverage Report
FileStmtsMissCoverMissing
\_\_init\_\_.py00100% 
datastore_pb2.py524023%23–62
datastore_pb2_grpc.py43430%2–222
dependencies.py22220%1–33
grpc_getter.py880%1–16
locustfile.py15150%1–31
main.py22220%3–51
metadata_endpoints.py19190%1–70
formatters
   \_\_init\_\_.py12650%16–32
   base_formatter.py7186%18
   covjson.py52198%69
routers
   \_\_init\_\_.py00100% 
   edr.py46460%2–119
   records.py00100% 
test
   test_covjson.py600100% 
TOTAL35822338% 

API Unit Test Coverage Summary

Tests Skipped Failures Errors Time
4 0 💤 0 ❌ 0 🔥 0.922s ⏱️

Please sign in to comment.