Skip to content

Commit eac0b68

Browse files
author
Oren Novotny
committed
specify flag for codecov
1 parent 9a5630c commit eac0b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.ix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ steps:
8383

8484
- script: |
8585
choco install codecov
86-
codecov -f $(Build.SourcesDirectory)/Ix.NET/Source/coverlet/reports/Cobertura.xml
86+
codecov -f $(Build.SourcesDirectory)/Ix.NET/Source/coverlet/reports/Cobertura.xml -F ixnet
8787
env:
8888
CODECOV_TOKEN: $(CODECOV_TOKEN)
8989
displayName: Upload coverage to Codecov

0 commit comments

Comments
 (0)