sonarcloud workflow

This commit is contained in:
Miha Kralj
2024-10-05 23:51:52 -07:00
parent b6ecf537cd
commit 2dd680e9ee
15 changed files with 1389 additions and 1267 deletions
+5 -1
View File
@@ -1,6 +1,10 @@
using Xunit;
using TALib;
using QuanTAlib;
using System.Diagnostics.CodeAnalysis;
namespace QuanTAlib;
[SuppressMessage("Security", "SCS0005:Weak random number generator.", Justification = "Acceptable for tests")]
public class TAlibTests
{