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:
Adam Hathcock
2024-07-04 16:00:58 +01:00
committed by GitHub
parent 3cbed42bdb
commit 91a69a897a
98 changed files with 1414 additions and 55 deletions
+7
View File
@@ -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