Skip to content

Commit

Permalink
fix(server): ignore cover.out file since ci pipeline generates it now
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniloMurer committed Nov 20, 2024
1 parent 04b186e commit a16bd5e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 314 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@
**/.env.*
!.env.example

**/*.out
12 changes: 11 additions & 1 deletion .run/test_server.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@
<configuration default="false" name="test:server" type="GoTestRunConfiguration" factoryName="Go Test">
<module name="triffgonix" />
<working_directory value="$PROJECT_DIR$/server" />
<go_parameters value="-i" />
<go_parameters value="-i -coverprofile=cover.out" />
<EXTENSION ID="net.ashald.envfile">
<option name="IS_ENABLED" value="false" />
<option name="IS_SUBST" value="false" />
<option name="IS_PATH_MACRO_SUPPORTED" value="false" />
<option name="IS_IGNORE_MISSING_FILES" value="false" />
<option name="IS_ENABLE_EXPERIMENTAL_INTEGRATIONS" value="false" />
<ENTRIES>
<ENTRY IS_ENABLED="true" PARSER="runconfig" IS_EXECUTABLE="false" />
</ENTRIES>
</EXTENSION>
<kind value="DIRECTORY" />
<package value="server" />
<directory value="$PROJECT_DIR$/server" />
Expand Down
Loading

0 comments on commit a16bd5e

Please sign in to comment.