File tree Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 1
1
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
2
2
3
3
* @ aws-samples/aws-serverless-developer-experience-workshop
4
+ * @ aws-samples/aws-serverless-developer-experience-workshop-dotnet
Original file line number Diff line number Diff line change 24
24
run : dotnet restore
25
25
- name : Build
26
26
run : dotnet build --configuration Release --no-restore
27
- - name : Test & Code Coverage
28
- run : dotnet test --collect:"XPlat Code Coverage" -r ./codecov --no-restore --verbosity normal
29
- # - name: Codecov
30
- # uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 # 3.1.0
31
- # with:
32
- # token: ${{ secrets.CODECOV_TOKEN }}
33
- # flags: unittests
34
- # fail_ci_if_error: true
35
- # name: codecov-lambda-powertools-dotnet
36
- # verbose: true
37
- # directory: ./libraries/codecov
27
+ - name : Test
28
+ env :
29
+ AWS_DEFAULT_REGION : us-west-2
30
+ AWS_REGION : us-west-2
31
+ run : dotnet test
You can’t perform that action at this time.
0 commit comments