Skip to content

Commit

Permalink
fix: codeclimate test env
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailmogilnikov committed Jan 8, 2024
1 parent 72ba432 commit fe25dd7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: make test

- name: Test & publish code coverage
uses: paambaati/codeclimate-action@v4.0.0
uses: paambaati/codeclimate-action@v3.2.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CODECLIMATE_SECRET }}
with:
Expand Down
4 changes: 2 additions & 2 deletions coverage/clover.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<coverage generated="1704735863403" clover="3.2.0">
<project timestamp="1704735863403" name="All files">
<coverage generated="1704736478964" clover="3.2.0">
<project timestamp="1704736478964" name="All files">
<metrics statements="6" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="3" elements="9" coveredelements="9" complexity="0" loc="6" ncloc="6" packages="1" files="2" classes="2"/>
<file name="Example.js" path="/Users/mikhailmogilnikov/dev/web/projects/hexlet/frontend-project-11/src/Example.js">
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/Example.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h1><a href="index.html">All files</a> Example.js</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-01-08T17:44:23.400Z
at 2024-01-08T17:54:38.960Z
</div>
<script src="prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h1>All files</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-01-08T17:44:23.400Z
at 2024-01-08T17:54:38.960Z
</div>
<script src="prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/init.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ <h1><a href="index.html">All files</a> init.js</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-01-08T17:44:23.400Z
at 2024-01-08T17:54:38.960Z
</div>
<script src="prettify.js"></script>
<script>
Expand Down

0 comments on commit fe25dd7

Please sign in to comment.