Skip to content

Commit

Permalink
Merge pull request #22 from laboratoriobridge/bye-codecov
Browse files Browse the repository at this point in the history
Bye codecov
  • Loading branch information
lucasjoao authored Oct 25, 2024
2 parents bc24048 + 9db952c commit aa70fbd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Java CI with Maven

on:
push:
branches: master
branches:
- main
pull_request:
branches: '*'
branches:
- '*'

jobs:
build:
Expand All @@ -28,6 +30,3 @@ jobs:

- name: Build with Maven
run: mvn clean verify

- name: Upload codecov report
uses: codecov/[email protected]
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# mpi-client

![Build Status](https://github.com/laboratoriobridge/mpi-client/actions/workflows/maven.yml/badge.svg)
[![codecov](https://codecov.io/gh/laboratoriobridge/mpi-client/branch/master/graph/badge.svg)](https://codecov.io/gh/laboratoriobridge/mpi-client)

Implementação de client para um servidor MPI (Master Patient Index) utilizando mensagens SOAP (PIX/PDQ) baseadas na especificação técnica para integração do DATASUS.

Expand Down
10 changes: 0 additions & 10 deletions codecov.yml

This file was deleted.

0 comments on commit aa70fbd

Please sign in to comment.