Skip to content

Commit

Permalink
Upload coverage data.
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandMacDoland committed Oct 10, 2023
1 parent d66dd55 commit f06412b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/test_fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
matrix:
python-version: ["3.9", "3.10"]
steps:
- uses: actions/checkout@v4
- name: Checkout Qadence
uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand All @@ -32,7 +33,9 @@ jobs:
- name: Run fast tests
run: |
hatch -v run test -m "not slow"
- name: Coveralls
uses: coverallsapp/github-action@master
- name: Upload coverage data
uses: actions/upload-artifact@v3
with:
path-to-lcov: coverage.lcov
name: "coverage-data"
path: .coverage.*
if-no-files-found: ignore

0 comments on commit f06412b

Please sign in to comment.