Skip to content

Commit

Permalink
fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
vvmruder committed May 30, 2023
1 parent f371420 commit 13f3885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ lint: .venv/requirements.timestamp

.PHONY: test
test: .venv/requirements.timestamp
.venv/bin/py.test -vv --cov-config .coveragerc --cov geolink2oereb tests
.venv/bin/py.test -vv --cov-config .coveragerc --cov src/geolink2oereb tests


.PHONY: check
Expand Down

0 comments on commit 13f3885

Please sign in to comment.