Skip to content

Commit

Permalink
faster codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 21, 2025
1 parent 14991f7 commit 6a0beff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
path: ~/.m2/repository
key: ubuntu-jdk-21-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: ubuntu-jdk-21-maven-
- run: docker pull yegor256/hone:0.0.21
- run: docker pull yegor256/hone:0.0.29
- run: mvn clean test -Dtest=OptimizeMojoTest#optimizesJustOneLargeJnaClass --errors --batch-mode
- run: |
set -x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
key: maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
maven-
- run: mvn clean install -Pjacoco --errors --batch-mode
- run: mvn clean install -Pjacoco -Dinvoker.skip --errors --batch-mode '-Dgroups=!deep'
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/org/eolang/hone/scaffolding/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

FROM yegor256/hone:0.0.28
FROM yegor256/hone:0.0.29

LABEL "repository"="https://github.com/objectionary/hone-maven-plugin"
LABEL "maintainer"="Yegor Bugayenko"
Expand Down

0 comments on commit 6a0beff

Please sign in to comment.