Skip to content

Commit

Permalink
chore(codacy): ignore test files
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschneider committed Jun 17, 2019
1 parent 808daa9 commit 335a9d7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .codacy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
exclude_paths:
- 'test/'
- 'test/**/*'
- 'doc/'
- 'doc/**/*'
1 change: 0 additions & 1 deletion doc/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,3 @@
"noLangKeyword": false
}
}
}
1 change: 0 additions & 1 deletion test/CoreApi/BitswapLedgerTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ public class BitswapLedgerTest
public void Defaults()
{
var ledger = new BitswapLedger();

Assert.IsNull(ledger.Peer);
Assert.AreEqual(0ul, ledger.BlocksExchanged);
Assert.AreEqual(0ul, ledger.DataReceived);
Expand Down

0 comments on commit 335a9d7

Please sign in to comment.