Add Revit 2023 and Rhino 7 Converter Tests with Fakes (#3)
* Moved code * update fakes * add code coverage * try code coverage again * fix test finding * still file problem? * try token a different way
This commit is contained in:
@@ -37,6 +37,13 @@ jobs:
|
||||
|
||||
- name: ⚒️ Run build
|
||||
run: ./build.ps1
|
||||
|
||||
- name: Upload coverage reports to Codecov with GitHub Action
|
||||
uses: codecov/codecov-action@v4
|
||||
with:
|
||||
files: ./**/*.Tests/coverage.xml
|
||||
env:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
- name: ⬆️ Upload artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user