Skip to content

Commit

Permalink
try code coverage again
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhathcock committed Jul 4, 2024
1 parent 37743e7 commit c26a562
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v4
with:
files: tests/**/coverage.xml
files: *.Tests/coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}

- name: ⬆️ Upload artifacts
Expand Down
1 change: 1 addition & 0 deletions Speckle.Connectors.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Config", "Config", "{85A13E
Directory.Packages.props = Directory.Packages.props
global.json = global.json
README.md = README.md
codecov.yml = codecov.yml
EndProjectSection
EndProject
roject("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Revit", "Revit", "{4838C66E-8677-4FBD-9609-25376042E981}"
Expand Down
7 changes: 7 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
coverage:
status:
project:
default:
target: auto
threshold: 1%
base: auto

0 comments on commit c26a562

Please sign in to comment.