Skip to content

Commit

Permalink
temp2
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoruiDong committed Sep 14, 2023
1 parent 8b2a52b commit 22f2e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
mamba list
- name: Run Unit Tests
run: pytest
run: pytest ./test --cov=rdmc --cov-report=xml:coverage/coverage.xml

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 22f2e98

Please sign in to comment.